Home
last modified time | relevance | path

Searched refs:GetFrameSizeInBytes (Results 1 – 7 of 7) sorted by relevance

/art/runtime/oat/
Doat_file-inl.h45 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_quick_method_header.h154 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h228 size_t GetFrameSizeInBytes() const;
/art/dex2oat/linker/
Doat_writer_test.cc72 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
/art/oatdump/
Doatdump.cc325 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
1256 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1453 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
/art/runtime/jit/
Djit.cc393 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()
/art/compiler/jni/
Djni_compiler_test.cc431 size_t frame_size = method_header->GetFrameSizeInBytes(); in AssertCallerObjectLocked()