Searched refs:GetCoreSpillMask (Results 1 – 7 of 7) sorted by relevance
52 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
60 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
203 uint32_t GetCoreSpillMask() const;
253 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function979 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
1124 jni_compiled_method.GetCoreSpillMask(), in CreateJniStackMap()
73 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
1247 vios->Stream() << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask()); in DumpOatMethod()1248 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false); in DumpOatMethod()1452 oat_method.GetCoreSpillMask(), in DumpVregLocations()