Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h195 uint32_t* GetVRegArgs(size_t i) { in GetVRegArgs() function
Dinterpreter.cc468 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1); in EnterInterpreterFromInvoke()
637 uint32_t* args = shadow_frame->GetVRegArgs(is_static ? 0 : 1); in ArtInterpreterToInterpreterBridge()