Home
last modified time | relevance | path

Searched refs:GetFrameSizeInBytes (Results 1 – 16 of 16) sorted by relevance

/art/compiler/
Doat_test.cc43 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), static_cast<uint32_t>(kStackAlignment)); in CheckMethod()
59 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
Dcompiled_method.h130 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_writer.cc321 frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in InitOatCodeMethod()
/art/runtime/entrypoints/quick/
Dquick_invoke_entrypoints.cc63 …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()
Dquick_trampoline_entrypoints.cc132 … 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()
Dquick_field_entrypoints.cc238 sp[callee_save->GetFrameSizeInBytes() / sizeof(mirror::ArtMethod*)]; in artSet64InstanceFromCode()
/art/runtime/
Dstack.cc150 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()
Doat_file.h78 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Dcommon_test.h204 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
Dthread.cc2072 size_t frame_size = m->GetFrameSizeInBytes(); in VisitFrame()
Dclass_linker.cc2867 method->SetFrameSizeInBytes(refs_and_args->GetFrameSizeInBytes()); in CreateProxyMethod()
/art/runtime/arch/x86/
Dcontext_x86.cc43 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
/art/runtime/arch/mips/
Dcontext_mips.cc48 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
/art/runtime/arch/arm/
Dcontext_arm.cc49 size_t frame_size = method->GetFrameSizeInBytes(); in FillCalleeSaves()
/art/runtime/mirror/
Dart_method.h286 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
300 return GetFrameSizeInBytes() - kPointerSize; in GetReturnPcOffsetInBytes()
/art/oatdump/
Doatdump.cc332 indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
434 oat_method.GetFrameSizeInBytes(), reg); in DescribeVReg()