Home
last modified time | relevance | path

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

/art/runtime/
Dnterp_helpers.cc129 return NterpGetReferenceArray(frame) + (num_regs * kVRegSize); in NterpGetRegistersArray()
132 uintptr_t NterpGetReferenceArray(ArtMethod** frame) { in NterpGetReferenceArray() function
158 return reinterpret_cast<uint32_t*>(NterpGetReferenceArray(frame))[vreg]; in NterpGetVRegReference()
Dnterp_helpers.h49 uintptr_t NterpGetReferenceArray(ArtMethod** frame)
Dquick_exception_handler.cc431 reinterpret_cast<StackReference<mirror::Object>*>(NterpGetReferenceArray(cur_quick_frame)); in HandleNterpDeoptimization()
Dthread.cc3768 reinterpret_cast<StackReference<mirror::Object>*>(NterpGetReferenceArray(cur_quick_frame)); in VisitNterpFrame()