Searched refs:GetFrameSizeInBytes (Results 1 – 6 of 6) sorted by relevance
52 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
139 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
202 size_t GetFrameSizeInBytes() const;
72 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
319 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()1246 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()1454 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
508 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()