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

  /art/runtime/
runtime.h 196 jobject GetSystemClassLoader() const;
629 // As returned by ClassLoader.getSystemClassLoader().
runtime.cc 361 mirror::ArtMethod* getSystemClassLoader =
362 class_loader_class->FindDirectMethod("getSystemClassLoader", "()Ljava/lang/ClassLoader;");
363 CHECK(getSystemClassLoader != NULL);
365 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
    [all...]
jni_internal.cc 180 soa.Decode<mirror::ClassLoader*>(Runtime::Current()->GetSystemClassLoader());
    [all...]

Completed in 129 milliseconds