Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h202 uint32_t* GetVRegArgs(size_t i) { in GetVRegArgs() function
Dinterpreter.cc497 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in EnterInterpreterFromInvoke()
677 uint32_t* args = shadow_frame->GetVRegArgs(is_static ? 0 : 1); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc619 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()