HomeSort by relevance Sort by last modified time
    Searched defs:GetSystemClassLoader (Results 1 - 2 of 2) sorted by null

  /art/test/ti-agent/
jni_binder.cc 145 static jobject GetSystemClassLoader(JNIEnv* env) {
149 "getSystemClassLoader",
188 ScopedLocalRef<jobject> system_class_loader(env, GetSystemClassLoader(env));
  /art/runtime/
runtime.cc 683 ArtMethod* getSystemClassLoader = class_loader_class->FindClassMethod(
684 "getSystemClassLoader", "()Ljava/lang/ClassLoader;", pointer_size);
685 CHECK(getSystemClassLoader != nullptr);
686 CHECK(getSystemClassLoader->IsStatic());
690 jni::EncodeArtMethod(getSystemClassLoader),
    [all...]

Completed in 447 milliseconds