Searched refs:GetCoreSpillMask (Results 1 – 9 of 9) sorted by relevance
58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
138 uint32_t GetCoreSpillMask() const;
75 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()81 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
70 compiled_method->GetCoreSpillMask(), in MakeExecutable()
422 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
842 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod()
229 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function871 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
869 codegen->GetCoreSpillMask(), in Emit()1231 codegen->GetCoreSpillMask(), in JitCompile()
1253 vios->Stream() << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask()); in DumpOatMethod()1254 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false); in DumpOatMethod()1414 oat_method.GetCoreSpillMask(), in DumpVregLocations()