Home
last modified time | relevance | path

Searched refs:GetCoreSpillMask (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Doat_file-inl.h58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_file.h138 uint32_t GetCoreSpillMask() const;
/art/compiler/
Doat_test.cc75 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
81 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
Dcommon_compiler_test.cc70 compiled_method->GetCoreSpillMask(), in MakeExecutable()
Dcompiled_method.h422 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_writer.cc842 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod()
/art/compiler/optimizing/
Dcode_generator.h229 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
871 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
Doptimizing_compiler.cc869 codegen->GetCoreSpillMask(), in Emit()
1231 codegen->GetCoreSpillMask(), in JitCompile()
/art/oatdump/
Doatdump.cc1253 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()