Searched refs:fp_spill_mask (Results 1 – 6 of 6) sorted by relevance
/art/runtime/quick/ |
D | quick_method_frame_info.h | 35 uint32_t fp_spill_mask) in QuickMethodFrameInfo() argument 38 fp_spill_mask_(fp_spill_mask) { in QuickMethodFrameInfo()
|
/art/compiler/ |
D | compiled_method.cc | 150 const uint32_t fp_spill_mask, in CompiledMethod() argument 156 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 168 const uint32_t fp_spill_mask) in CompiledMethod() argument 171 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod()
|
D | compiled_method.h | 111 const uint32_t fp_spill_mask, 123 const uint32_t fp_spill_mask);
|
D | oat_writer.cc | 390 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod() local 392 frame_size_in_bytes, core_spill_mask, fp_spill_mask, in VisitMethod()
|
/art/runtime/ |
D | oat.h | 181 uint32_t fp_spill_mask, uint32_t code_size);
|
D | oat.cc | 511 uint32_t core_spill_mask, uint32_t fp_spill_mask, uint32_t code_size) in OatQuickMethodHeader() argument 514 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), in OatQuickMethodHeader()
|