Home
last modified time | relevance | path

Searched refs:Install (Results 1 – 4 of 4) 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/build/
DREADME.md64 4. Install the module and reboot:
/art/runtime/
Dmonitor.h189 bool Install(Thread* self)
Dmonitor.cc227 bool Monitor::Install(Thread* self) NO_THREAD_SAFETY_ANALYSIS { in Install() function in art::Monitor
1039 if (m->Install(self)) { in Inflate()