Searched refs:GetVRegArgs (Results 1 – 3 of 3) sorted by relevance
202 uint32_t* GetVRegArgs(size_t i) { in GetVRegArgs() function
497 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in EnterInterpreterFromInvoke()677 uint32_t* args = shadow_frame->GetVRegArgs(is_static ? 0 : 1); in ArtInterpreterToInterpreterBridge()
619 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()