Home
last modified time | relevance | path

Searched refs:CompileTimeClassPaths (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h506 typedef SafeMap<jobject, std::vector<const DexFile*>, JobjectComparator> CompileTimeClassPaths; typedef
507 CompileTimeClassPaths compile_time_class_paths_;
Druntime.cc1274 CompileTimeClassPaths::const_iterator it = compile_time_class_paths_.find(class_loader); in GetCompileTimeClassPath()