Home
last modified time | relevance | path

Searched refs:NterpGetReferenceArray (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dnterp_helpers.cc193 return NterpGetReferenceArray(frame) + (num_regs * kVRegSize); in NterpGetRegistersArray()
196 uintptr_t NterpGetReferenceArray(ArtMethod** frame) { in NterpGetReferenceArray() function
220 return reinterpret_cast<uint32_t*>(NterpGetReferenceArray(frame))[vreg]; in NterpGetVRegReference()
H A Dnterp_helpers.h44 uintptr_t NterpGetReferenceArray(ArtMethod** frame)
H A Dquick_exception_handler.cc560 reinterpret_cast<StackReference<mirror::Object>*>(NterpGetReferenceArray(cur_quick_frame)); in HandleNterpDeoptimization()
H A Dthread.cc4220 reinterpret_cast<StackReference<mirror::Object>*>(NterpGetReferenceArray(cur_quick_frame)); in VisitNterpFrame()