Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.h53 uint32_t GetFpSpillMask() const { return fp_spill_mask_; } in GetFpSpillMask() function
/art/runtime/
Doat_file-inl.h68 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
Doat_file.h174 uint32_t GetFpSpillMask() const;
/art/dex2oat/linker/
Doat_writer_test.cc73 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
/art/oatdump/
Doatdump.cc1247 vios->Stream() << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()
1248 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()
1450 oat_method.GetFpSpillMask(), in DumpVregLocations()
/art/compiler/optimizing/
Doptimizing_compiler.cc1168 jni_compiled_method.GetFpSpillMask(), in CreateJniStackMap()