Searched refs:GetFpSpillMask (Results 1 – 7 of 7) sorted by relevance
53 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()
166 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
182 compiled_method->GetFpSpillMask(), code_size); in MakeExecutable()
398 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod()
73 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
136 uint32_t GetFpSpillMask() const;
579 *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()