Home
last modified time | relevance | path

Searched refs:GetFpSpillMask (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Doat_test.cc53 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
59 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask()); in CheckMethod()
73 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
Dcompiled_method.h166 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
Dcommon_compiler_test.cc182 compiled_method->GetFpSpillMask(), code_size); in MakeExecutable()
Doat_writer.cc398 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod()
/art/runtime/
Doat_file-inl.h73 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
Doat_file.h136 uint32_t GetFpSpillMask() const;
/art/oatdump/
Doatdump.cc579 *indent2_os << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()
580 DumpSpillMask(*indent2_os, oat_method.GetFpSpillMask(), true); in DumpOatMethod()
693 spill_mask = oat_method.GetFpSpillMask(); in DumpVmap()
708 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask() in DescribeVReg()
713 oat_method.GetFpSpillMask(), in DescribeVReg()