Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc51 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
57 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
71 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
Dcompiled_method.h158 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Dcommon_compiler_test.cc180 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
Doat_writer.cc396 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
/art/runtime/mirror/
Dart_method.h389 uint32_t GetFrameSizeInBytes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetFrameSizeInBytes() function
402 return GetReturnPcOffsetInBytes(GetFrameSizeInBytes()); in GetReturnPcOffsetInBytes()
407 DCHECK_EQ(frame_size_in_bytes, GetFrameSizeInBytes()); in GetReturnPcOffsetInBytes()
413 DCHECK_LT(handle_scope_offset, GetFrameSizeInBytes()); in GetHandleScopeOffsetInBytes()
/art/runtime/
Doat_file-inl.h57 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h134 size_t GetFrameSizeInBytes() const;
Dstack.cc506 size_t frame_size = method->GetFrameSizeInBytes(); in SanityCheckFrame()
549 size_t frame_size = method->GetFrameSizeInBytes(); in WalkStack()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc209 CHECK_EQ(kQuickCalleeSaveFrame_RefAndArgs_FrameSize, sp->AsMirrorPtr()->GetFrameSizeInBytes()); in GetProxyThisObject()
620 DCHECK_EQ(proxy_method->GetFrameSizeInBytes(), in artQuickProxyInvokeHandler()
621 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()) in artQuickProxyInvokeHandler()
/art/oatdump/
Doatdump.cc575 *indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
714 oat_method.GetFrameSizeInBytes(), reg, in DescribeVReg()