Searched refs:GetCoreSpillMask (Results 1 – 10 of 10) sorted by relevance
/art/compiler/ |
D | oat_test.cc | 56 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U); in CheckMethod() 62 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in CheckMethod()
|
D | common_compiler_test.cc | 74 compiled_method->GetCoreSpillMask(), in MakeExecutable()
|
D | compiled_method.h | 347 uint32_t GetCoreSpillMask() const { in GetCoreSpillMask() function
|
D | oat_writer.cc | 431 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask(); in VisitMethod()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 193 const auto core_spill_mask = compiled_method->GetCoreSpillMask(); in WriteMethodHeaderAndCode() 258 DCHECK_EQ(out_method->GetCoreSpillMask(), compiled_method->GetCoreSpillMask()); in AddToCodeCache()
|
/art/runtime/ |
D | oat_file-inl.h | 65 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const { in GetCoreSpillMask() function
|
D | oat_file.h | 121 uint32_t GetCoreSpillMask() const;
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 430 codegen->GetCoreSpillMask(), in CompileOptimized() 467 codegen->GetCoreSpillMask(), in CompileBaseline()
|
D | code_generator.h | 172 uint32_t GetCoreSpillMask() const { return core_spill_mask_; } in GetCoreSpillMask() function
|
/art/oatdump/ |
D | oatdump.cc | 916 *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()
|