Searched defs:javaFilename (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc498 jstring javaFilename,
500 ScopedUtfChars filename(env, javaFilename);
526 jstring javaFilename,
530 ScopedUtfChars filename(env, javaFilename);
553 static jboolean DexFile_isDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename) { argument
554 ScopedUtfChars filename_utf(env, javaFilename);
662 jstring javaFilename,
664 ScopedUtfChars filename(env, javaFilename);
496 DexFile_getDexFileStatus(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet) argument
524 DexFile_getDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet, jstring javaTargetCompilerFilter, jboolean newProfile) argument
660 DexFile_getDexFileOutputPaths(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet) argument
H A Ddalvik_system_VMDebug.cc224 static void VMDebug_dumpHprofData(JNIEnv* env, jclass, jstring javaFilename, jobject javaFd) { argument
226 if (javaFilename == nullptr && javaFd == nullptr) {
233 if (javaFilename != nullptr) {
234 ScopedUtfChars chars(env, javaFilename);
/art/runtime/openjdkjvm/
H A DOpenjdkJvm.cc323 jstring javaFilename,
326 ScopedUtfChars filename(env, javaFilename);
322 JVM_NativeLoad(JNIEnv* env, jstring javaFilename, jobject javaLoader, jstring javaLibrarySearchPath) argument

Completed in 50 milliseconds