Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.h63 static void Jni(Thread* self,
Dinterpreter.cc508 UnstartedRuntime::Jni(self, method, receiver.Ptr(), args, result); in EnterInterpreterFromInvoke()
687 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver.Ptr(), args, result); in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime.cc2119 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni() function in art::interpreter::UnstartedRuntime