Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetSystemClassLoader

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);
968 jobject Runtime::GetSystemClassLoader() const {