Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc147 const uint32_t core_spill_mask, in CompiledMethod()
165 const uint32_t core_spill_mask, in CompiledMethod()
202 const uint32_t core_spill_mask, in SwapAllocCompiledMethod()
219 const uint32_t core_spill_mask, in SwapAllocCompiledMethod()
Doat_writer.cc397 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod() local
/art/runtime/quick/
Dquick_method_frame_info.h34 constexpr QuickMethodFrameInfo(uint32_t frame_size_in_bytes, uint32_t core_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()