Searched refs:GetFpSpillMask (Results 1 – 6 of 6) sorted by relevance
53 uint32_t GetFpSpillMask() const { return fp_spill_mask_; } in GetFpSpillMask() function
68 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
174 uint32_t GetFpSpillMask() const;
73 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
1247 vios->Stream() << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()1248 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()1450 oat_method.GetFpSpillMask(), in DumpVregLocations()
1168 jni_compiled_method.GetFpSpillMask(), in CreateJniStackMap()