Home
last modified time | relevance | path

Searched refs:GetVRegAddr (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dstack.cc182 *val = *GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVReg()
235 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in GetVRegPair()
292 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVReg()
354 uint32_t* addr = GetVRegAddr(cur_quick_frame_, code_item, frame_info.CoreSpillMask(), in SetVRegPair()
Dstack.h598 uint32_t* GetVRegAddr(StackReference<mirror::ArtMethod>* cur_quick_frame, in GetVRegAddr() function
Dthread.cc2107 GetVRegAddr(cur_quick_frame, code_item, frame_info.CoreSpillMask(), in VisitQuickFrame()