Searched refs:core_spill_mask (Results 1 – 6 of 6) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 147 const uint32_t core_spill_mask, in CompiledMethod() argument 154 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 165 const uint32_t core_spill_mask, in CompiledMethod() argument 169 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 202 const uint32_t core_spill_mask, in SwapAllocCompiledMethod() argument 210 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask, in SwapAllocCompiledMethod() 219 const uint32_t core_spill_mask, in SwapAllocCompiledMethod() argument 223 alloc.construct(ret, driver, instruction_set, quick_code, frame_size_in_bytes, core_spill_mask, in SwapAllocCompiledMethod()
|
D | compiled_method.h | 113 const uint32_t core_spill_mask, 125 const uint32_t core_spill_mask, 142 const uint32_t core_spill_mask, 153 const uint32_t core_spill_mask,
|
D | oat_writer.cc | 397 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod() local 400 gc_map_offset, frame_size_in_bytes, core_spill_mask, in VisitMethod()
|
/art/runtime/quick/ |
D | quick_method_frame_info.h | 34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_spill_mask, in QuickMethodFrameInfo() argument 37 core_spill_mask_(core_spill_mask), in QuickMethodFrameInfo()
|
/art/runtime/ |
D | oat.h | 177 uint32_t core_spill_mask = 0U, uint32_t fp_spill_mask = 0U,
|
D | oat.cc | 501 uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, in OatQuickMethodHeader() argument 505 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) { in OatQuickMethodHeader()
|