Home
last modified time | relevance | path

Searched defs:fp_spill_mask (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcompiled_method.cc148 const uint32_t fp_spill_mask, in CompiledMethod()
166 const uint32_t fp_spill_mask) in CompiledMethod()
203 const uint32_t fp_spill_mask, in SwapAllocCompiledMethod()
220 const uint32_t fp_spill_mask) { in SwapAllocCompiledMethod()
Doat_writer.cc398 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod() local
/art/runtime/quick/
Dquick_method_frame_info.h35 uint32_t fp_spill_mask) in QuickMethodFrameInfo()
/art/runtime/
Doat.cc501 uint32_t frame_size_in_bytes, uint32_t core_spill_mask, uint32_t fp_spill_mask, in OatQuickMethodHeader()