Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1323 CompileTimeClassPaths::const_iterator it = compile_time_class_paths_.find(class_loader); in GetCompileTimeClassPath()
1324 CHECK(it != compile_time_class_paths_.end()); in GetCompileTimeClassPath()
1332 compile_time_class_paths_.Put(class_loader, class_path); in SetCompileTimeClassPath()
Druntime.h623 CompileTimeClassPaths compile_time_class_paths_; variable