Searched defs:core_spill_mask (Results 1 - 5 of 5) sorted by relevance

/art/runtime/quick/
H A Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, argument
37 core_spill_mask_(core_spill_mask),
/art/runtime/
H A Doat_quick_method_header.cc28 uint32_t core_spill_mask,
32 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask),
25 OatQuickMethodHeader( uint32_t vmap_table_offset, uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size) argument
/art/compiler/
H A Dcompiled_method.cc106 const uint32_t core_spill_mask,
113 frame_size_in_bytes_(frame_size_in_bytes), core_spill_mask_(core_spill_mask),
127 const uint32_t core_spill_mask,
140 core_spill_mask,
102 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const ArrayRef<const SrcMapElem>& src_mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
122 SwapAllocCompiledMethod( CompilerDriver* driver, InstructionSet instruction_set, const ArrayRef<const uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const ArrayRef<const SrcMapElem>& src_mapping_table, const ArrayRef<const uint8_t>& vmap_table, const ArrayRef<const uint8_t>& cfi_info, const ArrayRef<const LinkerPatch>& patches) argument
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc160 uint32_t core_spill_mask = CoreSpillMask(); local
163 if (((1 << x_reg) & core_spill_mask) != 0) {
/art/runtime/jit/
H A Djit_code_cache.cc201 size_t core_spill_mask,
210 core_spill_mask,
222 core_spill_mask,
312 size_t core_spill_mask,
342 core_spill_mask,
197 CommitCode(Thread* self, ArtMethod* method, const uint8_t* vmap_table, size_t frame_size_in_bytes, size_t core_spill_mask, size_t fp_spill_mask, const uint8_t* code, size_t code_size, bool osr) argument
308 CommitCodeInternal(Thread* self, ArtMethod* method, const uint8_t* vmap_table, size_t frame_size_in_bytes, size_t core_spill_mask, size_t fp_spill_mask, const uint8_t* code, size_t code_size, bool osr) argument

Completed in 95 milliseconds