diff options
author | 2018-07-27 15:58:15 +0000 | |
---|---|---|
committer | 2018-07-27 15:58:15 +0000 | |
commit | 9acb522e35e3302786a338c7f50585dd412d68d3 (patch) | |
tree | f665fa233579d933da378299c20e65ed6e317012 /runtime/jit/jit_code_cache.h | |
parent | 921702dfd9d857aef1331f653ec7b656e0b080e8 (diff) | |
parent | 8808756b8fba036a9c73a45c800a56be09872364 (diff) |
Merge changes I07fcf6f2,I01074aee
* changes:
Remove frame info from OatQuickMethodHeader.
ARM64: Fix the CallOtherJustTooFarAfter test.
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index 49a19a18f1..d17fb261b6 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -138,9 +138,6 @@ class JitCodeCache { uint8_t* stack_map, uint8_t* method_info, uint8_t* roots_data, - size_t frame_size_in_bytes, - size_t core_spill_mask, - size_t fp_spill_mask, const uint8_t* code, size_t code_size, size_t data_size, @@ -300,9 +297,6 @@ class JitCodeCache { uint8_t* stack_map, uint8_t* method_info, uint8_t* roots_data, - size_t frame_size_in_bytes, - size_t core_spill_mask, - size_t fp_spill_mask, const uint8_t* code, size_t code_size, size_t data_size, |