Searched refs:fp_spill_mask (Results 1 – 9 of 9) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 124 const uint32_t fp_spill_mask, in CompiledMethod() argument 129 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask), in CompiledMethod() 140 const uint32_t fp_spill_mask) in CompiledMethod() argument 143 core_spill_mask_(core_spill_mask), fp_spill_mask_(fp_spill_mask) { in CompiledMethod()
|
D | compiled_method.h | 107 const uint32_t fp_spill_mask, 118 const uint32_t fp_spill_mask);
|
D | oat_writer.cc | 284 uint32_t fp_spill_mask = 0; in InitOatCodeMethod() local 323 fp_spill_mask = compiled_method->GetFpSpillMask(); in InitOatCodeMethod() 393 fp_spill_mask, in InitOatCodeMethod() 408 method->SetFpSpillMask(fp_spill_mask); in InitOatCodeMethod()
|
/art/runtime/ |
D | oat.cc | 289 uint32_t fp_spill_mask, in OatMethodOffsets() argument 297 fp_spill_mask_(fp_spill_mask), in OatMethodOffsets()
|
D | oat.h | 114 uint32_t fp_spill_mask,
|
D | oat_file.h | 117 const uint32_t fp_spill_mask,
|
D | oat_file.cc | 424 const uint32_t fp_spill_mask, in OatMethod() argument 432 fp_spill_mask_(fp_spill_mask), in OatMethod()
|
D | common_test.h | 171 const uint32_t fp_spill_mask, in CreateOatMethod() argument 179 fp_spill_mask, in CreateOatMethod()
|
/art/runtime/mirror/ |
D | art_method.h | 342 void SetFpSpillMask(uint32_t fp_spill_mask) { in SetFpSpillMask() argument 344 SetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, fp_spill_mask_), fp_spill_mask, false); in SetFpSpillMask()
|