Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc56 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod()
62 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
Dcommon_compiler_test.cc74 compiled_method->GetCoreSpillMask(), in MakeExecutable()
Dcompiled_method.h347 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_writer.cc431 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod()
/art/compiler/jit/
Djit_compiler.cc193 const auto core_spill_mask = compiled_method->GetCoreSpillMask(); in WriteMethodHeaderAndCode()
258 DCHECK_EQ(out_method->GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in AddToCodeCache()
/art/runtime/
Doat_file-inl.h65 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
Doat_file.h121 uint32_t GetCoreSpillMask() const;
/art/compiler/optimizing/
Doptimizing_compiler.cc430 codegen->GetCoreSpillMask(), in CompileOptimized()
467 codegen->GetCoreSpillMask(), in CompileBaseline()
Dcode_generator.h172 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
/art/oatdump/
Doatdump.cc916 *indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask()); in DumpOatMethod()
917 DumpSpillMask(*indent2_os, oat_method.GetCoreSpillMask(), false); in DumpOatMethod()
1049 uint32_t spill_mask = oat_method.GetCoreSpillMask(); in DumpVmapTable()
1090 oat_method.GetCoreSpillMask(), in DumpVregLocations()
1120 : oat_method.GetCoreSpillMask(); in DescribeVReg()
1125 oat_method.GetCoreSpillMask(), in DescribeVReg()