Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.h52 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
/art/runtime/
Doat_file-inl.h58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_file.h169 uint32_t GetCoreSpillMask() const;
/art/compiler/
Dcompiled_method.h155 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
Dcommon_compiler_test.cc72 compiled_method->GetCoreSpillMask(), in MakeExecutable()
/art/compiler/optimizing/
Doptimizing_compiler.cc727 codegen->GetCoreSpillMask(), in Emit()
1149 jni_compiled_method.GetCoreSpillMask(), in JniCompile()
1218 jni_compiled_method.GetCoreSpillMask(), in JitCompile()
1339 codegen->GetCoreSpillMask(), in JitCompile()
Dcode_generator.h234 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
884 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
/art/dex2oat/linker/
Doat_writer_test.cc70 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
76 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
/art/oatdump/
Doatdump.cc1433 vios->Stream() << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask()); in DumpOatMethod()
1434 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false); in DumpOatMethod()
1641 oat_method.GetCoreSpillMask(), in DumpVregLocations()