Home
last modified time | relevance | path

Searched refs:GetFpSpillMask (Results 1 – 8 of 8) 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.h66 inline uint32_t OatFile::OatMethod::GetFpSpillMask() const { in GetFpSpillMask() function
Doat_file.h170 uint32_t GetFpSpillMask() const;
/art/compiler/
Dcompiled_method.h159 uint32_t GetFpSpillMask() const { in GetFpSpillMask() function
Dcommon_compiler_test.cc73 compiled_method->GetFpSpillMask(), in MakeExecutable()
/art/dex2oat/linker/
Doat_writer_test.cc71 EXPECT_EQ(oat_method.GetFpSpillMask(), 0U); in CheckMethod()
77 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask()); in CheckMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1150 jni_compiled_method.GetFpSpillMask(), in JniCompile()
1219 jni_compiled_method.GetFpSpillMask(), in JitCompile()
/art/oatdump/
Doatdump.cc1436 vios->Stream() << StringPrintf("fp_spill_mask: 0x%08x ", oat_method.GetFpSpillMask()); in DumpOatMethod()
1437 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()
1642 oat_method.GetFpSpillMask(), in DumpVregLocations()