Home
last modified time | relevance | path

Searched refs:GetCoreSpillMask (Results 1 – 13 of 13) sorted by relevance

/art/compiler/
Doat_test.cc44 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
60 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
Dcompiled_method.h134 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_writer.cc322 core_spill_mask = compiled_method->GetCoreSpillMask(); in InitOatCodeMethod()
/art/runtime/
Dstack.cc145 : m->GetCoreSpillMask(); in GetVReg()
151 return GetVReg(cur_quick_frame_, code_item, m->GetCoreSpillMask(), m->GetFpSpillMask(), in GetVReg()
169 uint32_t spill_mask = is_float ? m->GetFpSpillMask() : m->GetCoreSpillMask(); in SetVReg()
175 uint32_t core_spills = m->GetCoreSpillMask(); in SetVReg()
Doat_file.h81 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
Dcommon_test.h205 compiled_method->GetCoreSpillMask(), in MakeExecutable()
Dthread.cc2070 uint32_t core_spills = m->GetCoreSpillMask(); in VisitFrame()
Dclass_linker.cc2865 method->SetCoreSpillMask(refs_and_args->GetCoreSpillMask()); in CreateProxyMethod()
/art/runtime/arch/x86/
Dcontext_x86.cc40 uint32_t core_spills = method->GetCoreSpillMask(); in FillCalleeSaves()
/art/runtime/arch/mips/
Dcontext_mips.cc44 uint32_t core_spills = method->GetCoreSpillMask(); in FillCalleeSaves()
/art/runtime/arch/arm/
Dcontext_arm.cc45 uint32_t core_spills = method->GetCoreSpillMask(); in FillCalleeSaves()
/art/oatdump/
Doatdump.cc333 indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask()); in DumpOatMethod()
334 DumpSpillMask(indent2_os, oat_method.GetCoreSpillMask(), false); in DumpOatMethod()
399 uint32_t spill_mask = oat_method.GetCoreSpillMask(); in DumpVmap()
429 : oat_method.GetCoreSpillMask(); in DescribeVReg()
432 uint32_t offset = StackVisitor::GetVRegOffset(code_item, oat_method.GetCoreSpillMask(), in DescribeVReg()
/art/runtime/mirror/
Dart_method.h329 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function