Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h52 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_quick_method_header.h139 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h202 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()
1246 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1454 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
/art/runtime/jit/
Djit.cc508 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()