Searched refs:GetFrameSizeInBytes (Results 1 – 7 of 7) sorted by relevance
45 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
154 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
228 size_t GetFrameSizeInBytes() const;
72 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
325 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()1256 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()1453 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
393 size_t frame_size = osr_method->GetFrameSizeInBytes(); in PrepareForOsr()
431 size_t frame_size = method_header->GetFrameSizeInBytes(); in AssertCallerObjectLocked()