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.cc389 UnstartedRuntime::Jni(self, method, receiver, args, result); in EnterInterpreterFromInvoke()
477 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver, args, result); in artInterpreterToInterpreterBridge()
Dunstarted_runtime.cc1111 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni() function in art::interpreter::UnstartedRuntime