Searched refs:GetFrameSizeInBytes (Results 1 – 16 of 16) sorted by relevance
43 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), static_cast<uint32_t>(kStackAlignment)); in CheckMethod()59 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
130 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
321 frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in InitOatCodeMethod()
63 …ECK_EQ(48U, Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()); in artInvokeInterfaceTrampoline()81 …ECK_EQ(32U, Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()); in artInvokeInterfaceTrampoline()99 …ECK_EQ(64U, Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()); in artInvokeInterfaceTrampoline()
132 … Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()); in QuickArgumentVisitor()380 DCHECK_EQ(proxy_method->GetFrameSizeInBytes(), in artQuickProxyInvokeHandler()381 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()) in artQuickProxyInvokeHandler()
238 sp[callee_save->GetFrameSizeInBytes() / sizeof(mirror::ArtMethod*)]; in artSet64InstanceFromCode()
150 size_t frame_size = m->GetFrameSizeInBytes(); in GetVReg()177 size_t frame_size = m->GetFrameSizeInBytes(); in SetVReg()267 size_t frame_size = method->GetFrameSizeInBytes(); in SanityCheckFrame()303 size_t frame_size = method->GetFrameSizeInBytes(); in WalkStack()
78 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
204 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
2072 size_t frame_size = m->GetFrameSizeInBytes(); in VisitFrame()
2867 method->SetFrameSizeInBytes(refs_and_args->GetFrameSizeInBytes()); in CreateProxyMethod()
43 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
48 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
49 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
286 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function300 return GetFrameSizeInBytes() - kPointerSize; in GetReturnPcOffsetInBytes()
332 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()434 oat_method.GetFrameSizeInBytes(), reg); in DescribeVReg()