Searched refs:Jni (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime.h | 58 static void Jni(Thread* self,
|
D | interpreter.cc | 470 UnstartedRuntime::Jni(self, method, receiver.Ptr(), args, result); in EnterInterpreterFromInvoke() 638 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver.Ptr(), args, result); in ArtInterpreterToInterpreterBridge()
|
D | unstarted_runtime.cc | 1974 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni() function in art::interpreter::UnstartedRuntime
|