Home
last modified time | relevance | path

Searched refs:Install (Results 1 – 3 of 3) sorted by relevance

/art/tools/art_verifier/
Dart_verifier.cc59 jobject Install(Runtime* runtime, in Install() function
214 jobject class_loader = Install(runtime, unique_dex_files, &dex_files); in ExecuteWithRuntime()
/art/runtime/
Dmonitor.h180 bool Install(Thread* self)
Dmonitor.cc153 bool Monitor::Install(Thread* self) { in Install() function in art::Monitor
1019 if (m->Install(self)) { in Inflate()