Searched refs:GetVRegArgs (Results 1 – 2 of 2) sorted by relevance
195 uint32_t* GetVRegArgs(size_t i) { in GetVRegArgs() function
468 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in EnterInterpreterFromInvoke()637 uint32_t* args = shadow_frame->GetVRegArgs(is_static ? 0 : 1); in ArtInterpreterToInterpreterBridge()