Searched refs:GetFpSpillMask (Results 1 – 8 of 8) sorted by relevance
53 uint32_t GetFpSpillMask() const { return fp_spill_mask_; } in GetFpSpillMask() function
66 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
170 uint32_t GetFpSpillMask() const;
159 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
73 compiled_method->GetFpSpillMask(), in MakeExecutable()
71 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()77 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask()); in CheckMethod()
1150 jni_compiled_method.GetFpSpillMask(), in JniCompile()1219 jni_compiled_method.GetFpSpillMask(), in JitCompile()
1436 vios->Stream() << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()1437 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()1642 oat_method.GetFpSpillMask(), in DumpVregLocations()