Home
last modified time | relevance | path

Searched refs:jni (Results 1 – 8 of 8) sorted by relevance

/art/compiler/
DAndroid.mk62 jni/portable/jni_compiler.cc \
63 jni/quick/arm/calling_convention_arm.cc \
64 jni/quick/mips/calling_convention_mips.cc \
65 jni/quick/x86/calling_convention_x86.cc \
66 jni/quick/calling_convention.cc \
67 jni/quick/jni_compiler.cc \
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() argument
42 if (jni) { in ReturnRegisterForShorty()
/art/runtime/
Druntime_test.cc77 EXPECT_TRUE(VLOG_IS_ON(jni)); in TEST_F()
Djni_internal.cc485 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult()
490 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult()
591 VLOG(jni) << "[Found native code for " << PrettyMethod(m) in FindNativeMethod()
2385 VLOG(jni) << "[Registering JNI native method " << PrettyMethod(m) << "]"; in RegisterNativeMethods()
2397 VLOG(jni) << "[Unregistering JNI native methods for " << PrettyClass(c) << "]"; in UnregisterNatives()
3146 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary()
3173 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_LAZY) returned " << handle << "]"; in LoadNativeLibrary()
3199 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary()
3204 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary()
3219 VLOG(jni) << "[Calling JNI_OnLoad in \"" << path << "\"]"; in LoadNativeLibrary()
[all …]
DAndroid.mk145 entrypoints/jni/jni_entrypoints.cc \
Druntime.cc557 gLogVerbosity.jni = true; in Create()
/art/build/
DAndroid.gtest.mk23 compiler/jni/jni_compiler_test.cc \
/art/runtime/base/
Dlogging.h315 bool jni; member