Lines Matching refs:GetSystemClassLoader
680 mirror::ArtMethod* getSystemClassLoader =
681 class_loader_class->FindDirectMethod("getSystemClassLoader", "()Ljava/lang/ClassLoader;");
682 CHECK(getSystemClassLoader != NULL);
686 InvokeWithArgArray(soa, getSystemClassLoader, &arg_array, &result, 'L');
1000 jobject Runtime::GetSystemClassLoader() const {