HomeSort by relevance Sort by last modified time
    Searched refs:ClassLoaderType (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_loader_context.h 45 enum ClassLoaderType {
146 // ClassLoaderType is either "PCL" (PathClassLoader) or "DLC" (DelegateLastClassLoader).
173 ClassLoaderType type;
192 explicit ClassLoaderInfo(ClassLoaderType cl_type) : type(cl_type) {}
278 static ClassLoaderType ExtractClassLoaderType(const std::string& class_loader_spec);
282 static const char* GetClassLoaderTypeName(ClassLoaderType type);
class_loader_context.cc 156 ClassLoaderType class_loader_type = ExtractClassLoaderType(class_loader_spec);
291 ClassLoaderContext::ClassLoaderType
293 const ClassLoaderType kValidTypes[] = { kPathClassLoader,
296 for (const ClassLoaderType& type : kValidTypes) {
306 // ClassLoaderType is either "PCL" (PathClassLoader) or "DLC" (DelegateLastClassLoader).
681 static jclass GetClassLoaderClass(ClassLoaderContext::ClassLoaderType type) {
    [all...]
class_loader_context_test.cc 225 ClassLoaderContext::ClassLoaderType type,
239 ClassLoaderContext::ClassLoaderType type,
255 ClassLoaderContext::ClassLoaderType type,
    [all...]

Completed in 68 milliseconds