Home
last modified time | relevance | path

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

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc42 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in artInterpreterToCompiledCodeBridge()
/art/runtime/
Dstack.h161 uint32_t* GetVRegArgs(size_t i) { in GetVRegArgs() function
/art/runtime/interpreter/
Dinterpreter.cc3265 uint32_t* args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in artInterpreterToInterpreterBridge()