Home
last modified time | relevance | path

Searched refs:GetCoreSpillMask (Results 1 – 7 of 7) 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.h60 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_file.h203 uint32_t GetCoreSpillMask() const;
/art/compiler/optimizing/
Dcode_generator.h253 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
979 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
Doptimizing_compiler.cc1124 jni_compiled_method.GetCoreSpillMask(), in CreateJniStackMap()
/art/dex2oat/linker/
Doat_writer_test.cc73 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
/art/oatdump/
Doatdump.cc1247 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()