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

  /art/runtime/interpreter/
unstarted_runtime.h 58 static void Jni(Thread* self,
interpreter.cc 55 // TODO: The following enters JNI code using a typedef-ed function rather than the JNI compiler,
56 // it should be removed and JNI compiled stubs used instead.
493 // We don't expect to be asked to interpret native code (which is entered via a JNI compiler
499 UnstartedRuntime::Jni(self, method, receiver.Ptr(), args, result);
673 // We don't expect to be asked to interpret native code (which is entered via a JNI compiler
678 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver.Ptr(), args, result);
unstarted_runtime.cc 703 // If caller is null, then we called from JNI, just avoid the check since JNI avoids most
    [all...]

Completed in 663 milliseconds