Searched defs:getSystemClassLoader (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime.cc522 ArtMethod* getSystemClassLoader = class_loader_class->FindDirectMethod( local
523 "getSystemClassLoader", "()Ljava/lang/ClassLoader;", pointer_size);
524 CHECK(getSystemClassLoader != nullptr);
526 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);

Completed in 27 milliseconds