HomeSort by relevance Sort by last modified time
    Searched refs:GetVRegArgs (Results 1 - 3 of 3) sorted by null

  /art/runtime/interpreter/
shadow_frame.h 195 uint32_t* GetVRegArgs(size_t i) {
interpreter.cc 468 args = shadow_frame->GetVRegArgs(method->IsStatic() ? 0 : 1);
637 uint32_t* args = shadow_frame->GetVRegArgs(is_static ? 0 : 1);
interpreter_common.cc 563 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset),
    [all...]

Completed in 269 milliseconds