Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h50 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_quick_method_header.h159 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h168 size_t GetFrameSizeInBytes() const;
/art/compiler/
Dcompiled_method.h151 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Dcommon_compiler_test.cc71 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
/art/dex2oat/linker/
Doat_writer_test.cc69 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
75 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
Doat_writer.cc1319 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
1365 info.frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1249 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
1373 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
/art/runtime/jit/
Djit.cc512 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
/art/oatdump/
Doatdump.cc326 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
1432 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1643 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()