Searched refs:GetVRegAddr (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | stack.cc | 182 *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()
|
D | stack.h | 598 uint32_t* GetVRegAddr(StackReference<mirror::ArtMethod>* cur_quick_frame, in GetVRegAddr() function
|
D | thread.cc | 2107 GetVRegAddr(cur_quick_frame, code_item, frame_info.CoreSpillMask(), in VisitQuickFrame()
|