Home
last modified time | relevance | path

Searched refs:GetFpSpillMask (Results 1 – 8 of 8) sorted by relevance

/art/compiler/
Doat_test.cc57 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
63 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask()); in CheckMethod()
Dcommon_compiler_test.cc75 compiled_method->GetFpSpillMask(), code_size); in MakeExecutable()
Dcompiled_method.h351 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
Doat_writer.cc432 uint32_t fp_spill_mask = compiled_method->GetFpSpillMask(); in VisitMethod()
/art/compiler/jit/
Djit_compiler.cc194 const auto fp_spill_mask = compiled_method->GetFpSpillMask(); in WriteMethodHeaderAndCode()
259 DCHECK_EQ(out_method->GetFpSpillMask(), compiled_method->GetFpSpillMask()); in AddToCodeCache()
/art/runtime/
Doat_file-inl.h73 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
Doat_file.h122 uint32_t GetFpSpillMask() const;
/art/oatdump/
Doatdump.cc919 *indent2_os << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()
920 DumpSpillMask(*indent2_os, oat_method.GetFpSpillMask(), true); in DumpOatMethod()
1063 spill_mask = oat_method.GetFpSpillMask(); in DumpVmapTable()
1091 oat_method.GetFpSpillMask(), in DumpVregLocations()
1119 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask() in DescribeVReg()
1126 oat_method.GetFpSpillMask(), in DescribeVReg()