Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.h57 static void Jni(Thread* self,
Dinterpreter.cc479 UnstartedRuntime::Jni(self, method, receiver, args, result); in EnterInterpreterFromInvoke()
654 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver, args, result); in ArtInterpreterToInterpreterBridge()
Dunstarted_runtime.cc1713 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni() function in art::interpreter::UnstartedRuntime