Searched refs:GetFrameSizeInBytes (Results 1 – 10 of 10) sorted by relevance
50 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
158 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
137 size_t GetFrameSizeInBytes() const;
74 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()80 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
69 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
418 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
841 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()893 info.frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
480 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
282 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()
1264 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()