Searched refs:GetFrameSizeInBytes (Results 1 – 10 of 10) sorted by relevance
50 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
159 uint32_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
168 size_t GetFrameSizeInBytes() const;
151 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
71 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
69 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()75 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
1319 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()1365 info.frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
1249 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()1373 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in JitCompile()
512 frame_size = osr_method->GetFrameSizeInBytes(); in MaybeDoOnStackReplacement()
326 info.frame_size_in_bytes = method_header->GetFrameSizeInBytes(); in WalkOatMethod()1432 << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()1643 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()