Searched refs:GetFrameSizeInBytes (Results 1 – 7 of 7) sorted by relevance
52 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
125 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
172 size_t GetFrameSizeInBytes() const;
1329 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()1438 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
71 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
476 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
322 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()