Searched refs:GetCoreSpillMask (Results 1 – 9 of 9) sorted by relevance
/art/compiler/jni/quick/ |
D | jni_compiler.h | 52 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
|
/art/runtime/ |
D | oat_file-inl.h | 58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
|
D | oat_file.h | 169 uint32_t GetCoreSpillMask() const;
|
/art/compiler/ |
D | compiled_method.h | 155 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
|
D | common_compiler_test.cc | 72 compiled_method->GetCoreSpillMask(), in MakeExecutable()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 727 codegen->GetCoreSpillMask(), in Emit() 1149 jni_compiled_method.GetCoreSpillMask(), in JniCompile() 1218 jni_compiled_method.GetCoreSpillMask(), in JitCompile() 1339 codegen->GetCoreSpillMask(), in JitCompile()
|
D | code_generator.h | 234 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function 884 const uint32_t core_spill = ~codegen_->GetCoreSpillMask(); in HaveSameLiveRegisters()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 70 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod() 76 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
|
/art/oatdump/ |
D | oatdump.cc | 1433 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()
|