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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc393 jstring javaFilename,
395 ScopedUtfChars filename(env, javaFilename);
448 jstring javaFilename,
452 ScopedUtfChars filename(env, javaFilename);
475 static jboolean DexFile_isDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename) { argument
476 ScopedUtfChars filename_utf(env, javaFilename);
559 jstring javaFilename,
561 ScopedUtfChars filename(env, javaFilename);
391 DexFile_getDexFileStatus(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet) argument
446 DexFile_getDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet, jstring javaTargetCompilerFilter, jboolean newProfile) argument
557 DexFile_getDexFileOutputPath(JNIEnv* env, jclass, jstring javaFilename, jstring javaInstructionSet) argument
H A Ddalvik_system_VMDebug.cc203 static void VMDebug_dumpHprofData(JNIEnv* env, jclass, jstring javaFilename, jobject javaFd) { argument
205 if (javaFilename == nullptr && javaFd == nullptr) {
212 if (javaFilename != nullptr) {
213 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 6552 milliseconds