Lines Matching refs:runtime
50 #include "runtime.h"
88 art::ClassLinker* class_linker = art::Runtime::Current()->GetClassLinker();
201 art::Runtime* runtime = art::Runtime::Current();
206 runtime->GetRuntimeCallbacks()->AddRuntimePhaseCallback(&gSearchCallback);
213 art::Runtime* runtime = art::Runtime::Current();
214 runtime->GetRuntimeCallbacks()->RemoveRuntimePhaseCallback(&gSearchCallback);
219 art::Runtime* current = art::Runtime::Current();
269 jobject sys_class_loader = art::Runtime::Current()->GetSystemClassLoader();