Searched refs:GetFpSpillMask (Results 1 – 8 of 8) sorted by relevance
57 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()63 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask()); in CheckMethod()
75 compiled_method->GetFpSpillMask(), code_size); in MakeExecutable()
351 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
432 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod()
194 const auto fp_spill_mask = compiled_method->GetFpSpillMask(); in WriteMethodHeaderAndCode()259 DCHECK_EQ(out_method->GetFpSpillMask(), compiled_method->GetFpSpillMask()); in AddToCodeCache()
73 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
122 uint32_t GetFpSpillMask() const;
919 *indent2_os << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()920 DumpSpillMask(*indent2_os, oat_method.GetFpSpillMask(), true); in DumpOatMethod()1063 spill_mask = oat_method.GetFpSpillMask(); in DumpVmapTable()1091 oat_method.GetFpSpillMask(), in DumpVregLocations()1119 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask() in DescribeVReg()1126 oat_method.GetFpSpillMask(), in DescribeVReg()