Searched refs:fp_spill_mask (Results 1 – 6 of 6) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 148 const uint32_t fp_spill_mask, in CompiledMethod() argument 154 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 166 const uint32_t fp_spill_mask) in CompiledMethod() argument 169 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 203 const uint32_t fp_spill_mask, in SwapAllocCompiledMethod() argument 211 fp_spill_mask, mapping_table, vmap_table, native_gc_map, cfi_info); in SwapAllocCompiledMethod() 220 const uint32_t fp_spill_mask) { in SwapAllocCompiledMethod() argument 224 fp_spill_mask); in SwapAllocCompiledMethod()
|
D | compiled_method.h | 114 const uint32_t fp_spill_mask, 126 const uint32_t fp_spill_mask); 143 const uint32_t fp_spill_mask, 154 const uint32_t fp_spill_mask);
|
D | oat_writer.cc | 398 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod() local 401 fp_spill_mask, code_size); in VisitMethod()
|
/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/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()
|