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.h158 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h137 size_t GetFrameSizeInBytes() const;
/art/compiler/
Doat_test.cc74 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
80 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
Dcommon_compiler_test.cc69 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
Dcompiled_method.h418 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_writer.cc841 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
893 info.frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
/art/runtime/jit/
Djit.cc480 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
/art/oatdump/
Doatdump.cc282 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()
1252 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1416 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
/art/compiler/optimizing/
Doptimizing_compiler.cc1264 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()