Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h45 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_quick_method_header.h140 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h219 size_t GetFrameSizeInBytes() const;
/art/dex2oat/linker/
Doat_writer_test.cc72 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
/art/oatdump/
Doatdump.cc319 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
1235 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1432 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
/art/runtime/jit/
Djit.cc496 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()
/art/compiler/jni/
Djni_compiler_test.cc432 size_t frame_size = method_header->GetFrameSizeInBytes(); in AssertCallerObjectLocked()