Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc55 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), 0U); in CheckMethod()
61 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in CheckMethod()
Dcommon_compiler_test.cc73 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
Dcompiled_method.h343 size_t GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_writer.cc430 uint32_t frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in VisitMethod()
/art/compiler/jit/
Djit_compiler.cc192 const auto frame_size_in_bytes = compiled_method->GetFrameSizeInBytes(); in WriteMethodHeaderAndCode()
257 DCHECK_EQ(out_method->GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes()); in AddToCodeCache()
/art/runtime/
Dart_method.h368 uint32_t GetFrameSizeInBytes() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetFrameSizeInBytes() function
381 return GetReturnPcOffset(GetFrameSizeInBytes()); in GetReturnPcOffset()
386 DCHECK_EQ(frame_size_in_bytes, GetFrameSizeInBytes()); in GetReturnPcOffset()
392 DCHECK_LT(handle_scope_offset, GetFrameSizeInBytes()); in GetHandleScopeOffset()
Doat_file-inl.h57 inline size_t OatFile::OatMethod::GetFrameSizeInBytes() const { in GetFrameSizeInBytes() function
Doat_file.h120 size_t GetFrameSizeInBytes() const;
Dstack.cc702 size_t frame_size = method->GetFrameSizeInBytes(); in SanityCheckFrame()
745 size_t frame_size = method->GetFrameSizeInBytes(); in WalkStack()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc285 CHECK_EQ(kQuickCalleeSaveFrame_RefAndArgs_FrameSize, (*sp)->GetFrameSizeInBytes()); in GetProxyThisObject()
735 DCHECK_EQ(proxy_method->GetFrameSizeInBytes(), in artQuickProxyInvokeHandler()
736 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes()) in artQuickProxyInvokeHandler()
/art/oatdump/
Doatdump.cc915 *indent2_os << StringPrintf("frame_size_in_bytes: %zd\n", oat_method.GetFrameSizeInBytes()); in DumpOatMethod()
1092 oat_method.GetFrameSizeInBytes(), in DumpVregLocations()
1127 oat_method.GetFrameSizeInBytes(), in DescribeVReg()