Home
last modified time | relevance | path

Searched refs:classloader (Results 1 – 14 of 14) sorted by relevance

/art/test/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
2 A was loaded with system classloader
/art/openjdkjvmti/
Dti_search.h50 static jvmtiError AddToDexClassLoader(jvmtiEnv* env, jobject classloader, const char* segment);
52 jobject classloader,
Dti_search.cc259 jobject classloader, in AddToDexClassLoaderInMemory() argument
266 } else if (classloader == nullptr) { in AddToDexClassLoaderInMemory()
310 jvmtiError result = AddToDexClassLoader(jvmti_env, classloader, seg.c_str()); in AddToDexClassLoaderInMemory()
321 jobject classloader, in AddToDexClassLoader() argument
327 } else if (classloader == nullptr) { in AddToDexClassLoader()
347 if (!env->IsInstanceOf(classloader, art::WellKnownClasses::dalvik_system_BaseDexClassLoader)) { in AddToDexClassLoader()
364 env->CallVoidMethod(classloader, add_dex_path_id, dex_path.get()); in AddToDexClassLoader()
/art/test/1964-add-to-dex-classloader-file/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
Dexpected.txt5 -- Adding NewClass to classloader!
/art/test/1963-add-to-dex-classloader-in-memory/
Dinfo.txt1 Tests we can add dex-file buffers to an existing classloader and the old classes can see them.
Dexpected.txt5 -- Adding NewClass to classloader!
/art/test/944-transform-classloaders/
Dinfo.txt1 Tests that redefined dex files are stored in the appropriate classloader.
/art/libnativeloader/
DREADME.md13 along with the reference to the classloader where the call was made. Then this
14 library finds the linker namespace (named `classloader-namespace`) that is
15 associated with the given classloader, and tries to load the requested library
20 associated with the classloader that loaded the APK. The linker namespace is
74 classloader.
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md29 that cannot be found using standard or bootstrap classloader at startup.
/art/test/912-classes/
Dclasses.cc179 jobject classloader; in Java_art_Test912_getClassLoader() local
180 jvmtiError result = jvmti_env->GetClassLoader(klass, &classloader); in Java_art_Test912_getClassLoader()
182 return classloader; in Java_art_Test912_getClassLoader()
/art/runtime/native/
Ddalvik_system_VMDebug.cc573 static void VMDebug_nativeAttachAgent(JNIEnv* env, jclass, jstring agent, jobject classloader) { in VMDebug_nativeAttachAgent() argument
595 Runtime::Current()->AttachAgent(env, filename, classloader); in VMDebug_nativeAttachAgent()
/art/test/
DAndroid.bp360 "1963-add-to-dex-classloader-in-memory/add_to_loader.cc",
401 "1964-add-to-dex-classloader-file/add_to_loader.cc",
402 "1963-add-to-dex-classloader-in-memory/check_memfd_create.cc",
734 "1963-add-to-dex-classloader-in-memory/src/art/Test1963.java",
875 "1963-add-to-dex-classloader-in-memory/expected.txt",
/art/build/apex/
Dld.config.txt59 # classloader-namespace for oat files, and tighten this up.