Lines Matching refs:GetSystemClassLoader
497 ArtMethod* getSystemClassLoader = class_loader_class->FindDirectMethod(
498 "getSystemClassLoader", "()Ljava/lang/ClassLoader;", pointer_size);
499 CHECK(getSystemClassLoader != nullptr);
501 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
1357 jobject Runtime::GetSystemClassLoader() const {