Home
last modified time | relevance | path

Searched defs:GetClassLoader (Results 1 – 8 of 8) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier-inl.h41 inline mirror::ClassLoader* MethodVerifier::GetClassLoader() { in GetClassLoader() function
/art/compiler/driver/
Ddex_compilation_unit.h47 jobject GetClassLoader() const { in GetClassLoader() function
Dcompiler_driver-inl.h38 inline mirror::ClassLoader* CompilerDriver::GetClassLoader(ScopedObjectAccess& soa, in GetClassLoader() function
Dcompiler_driver.cc1469 jobject GetClassLoader() const { in GetClassLoader() function in art::ParallelCompilationManager
/art/runtime/mirror/
Dart_method-inl.h525 inline mirror::ClassLoader* ArtMethod::GetClassLoader() { in GetClassLoader() function
Dclass-inl.h58 inline ClassLoader* Class::GetClassLoader() { in GetClassLoader() function
/art/runtime/
Djni_internal.cc167 static mirror::ClassLoader* GetClassLoader(const ScopedObjectAccess& soa) in GetClassLoader() function
363 mirror::Object* GetClassLoader() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetClassLoader() function in art::SharedLibrary
Ddebugger.cc888 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader() function in art::Dbg