Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h52 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_quick_method_header.h125 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h172 size_t GetFrameSizeInBytes() const;
/art/compiler/optimizing/
Doptimizing_compiler.cc1329 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
1438 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
/art/dex2oat/linker/
Doat_writer_test.cc71 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
/art/runtime/jit/
Djit.cc476 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
/art/oatdump/
Doatdump.cc322 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
1243 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1451 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()