Home
last modified time | relevance | path

Searched refs:FrameSizeInBytes (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/runtime/quick/
H A Dquick_method_frame_info.h41 uint32_t FrameSizeInBytes() const { in FrameSizeInBytes() function
54 return FrameSizeInBytes() - sizeof(void*); in GetReturnPcOffset()
/aosp12/art/runtime/arch/x86/
H A Dcontext_x86.cc48 gprs_[core_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
59 CalleeSaveAddress(frame, spill_pos + 1, frame_info.FrameSizeInBytes())); in FillCalleeSaves()
61 CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes())); in FillCalleeSaves()
/aosp12/art/runtime/arch/arm/
H A Dcontext_arm.cc48 gprs_[core_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
55 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
/aosp12/art/runtime/arch/x86_64/
H A Dcontext_x86_64.cc47 gprs_[core_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
57 CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes())); in FillCalleeSaves()
/aosp12/art/runtime/arch/arm64/
H A Dcontext_arm64.cc54 gprs_[core_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
61 fprs_[fp_reg] = CalleeSaveAddress(frame, spill_pos, frame_info.FrameSizeInBytes()); in FillCalleeSaves()
/aosp12/art/runtime/
H A Doat_file-inl.h49 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()
H A Doat_quick_method_header.h129 uint32_t result = GetFrameInfo().FrameSizeInBytes(); in GetFrameSizeInBytes()
H A Dstack.cc154 const size_t frame_size = GetCurrentQuickFrameInfo().FrameSizeInBytes(); in GetThisObject()
736 size_t frame_size = GetCurrentQuickFrameInfo().FrameSizeInBytes(); in ValidateFrame()
898 size_t frame_size = frame_info.FrameSizeInBytes(); in WalkStack()
H A Dcha.cc230 size_t frame_size = frame_info.FrameSizeInBytes(); in SetShouldDeoptimizeFlag()
H A Dmonitor.cc1465 size_t frame_size = stack_visitor->GetCurrentQuickFrameInfo().FrameSizeInBytes(); in VisitLocks()
H A Dthread.cc2559 size_t frame_size = GetCurrentQuickFrameInfo().FrameSizeInBytes(); in VisitFrame()
3900 const size_t frame_size = GetCurrentQuickFrameInfo().FrameSizeInBytes(); in VisitQuickFrameWithVregCallback()
/aosp12/art/compiler/
H A Dexception_test.cc185 for (size_t i = 0; i < frame_info.FrameSizeInBytes() - 2 * sizeof(uintptr_t); in TEST_F()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1406 info.frame_size_in_bytes = CodeInfo::DecodeFrameInfo(code_info).FrameSizeInBytes(); in VisitMethod()