Searched defs:core_spill_mask (Results 1 - 4 of 4) 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/compiler/
H A Dcompiled_method.cc149 const uint32_t core_spill_mask,
156 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask),
167 const uint32_t core_spill_mask,
171 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask),
145 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::vector<uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask, const std::vector<uint8_t>& mapping_table, const std::vector<uint8_t>& vmap_table, const std::vector<uint8_t>& native_gc_map, const std::vector<uint8_t>* cfi_info) argument
163 CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::vector<uint8_t>& code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, const uint32_t fp_spill_mask) argument
H A Doat_writer.cc389 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); local
392 frame_size_in_bytes, core_spill_mask, fp_spill_mask,
/art/runtime/
H A Doat.cc511 uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size)
514 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask),
509 OatQuickMethodHeader( uint32_t mapping_table_offset, 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

Completed in 77 milliseconds