Searched refs:GetFrameSizeInBytes (Results 1 – 7 of 7) sorted by relevance
45 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
140 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
219 size_t GetFrameSizeInBytes() const;
72 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
319 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()1235 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()1432 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
496 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()
432 size_t frame_size = method_header->GetFrameSizeInBytes(); in AssertCallerObjectLocked()