HomeSort by relevance Sort by last modified time
    Searched defs:ClassLoaderContext (Results 1 - 2 of 2) sorted by null

  /art/runtime/
class_loader_context.h 35 class ClassLoaderContext {
37 ~ClassLoaderContext();
44 // It may be called only once per ClassLoaderContext. Subsequent calls will return the same
92 ClassLoaderContext* stored_context = nullptr) const;
127 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);
136 static std::unique_ptr<ClassLoaderContext> CreateContextForClassLoader(jobject class_loader,
141 static std::unique_ptr<ClassLoaderContext> Default();
171 ClassLoaderContext();
178 explicit ClassLoaderContext(bool owns_the_dex_files);
212 ClassLoaderContext* stored_context) const
    [all...]
class_loader_context.cc 46 ClassLoaderContext::ClassLoaderContext()
52 ClassLoaderContext::ClassLoaderContext(bool owns_the_dex_files)
58 ClassLoaderContext::~ClassLoaderContext() {
73 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Default() {
77 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec)
    [all...]

Completed in 69 milliseconds