Home | History | Annotate | Download | only in optimizing

Lines Matching refs:runtime

32 #include "runtime.h"
40 Runtime::Current()->GetHeap()->GetBootImageSpaces();
100 } else if (Runtime::Current()->UseJitCompilation()) {
141 // We need to call the runtime anyway, so we simply get the class as that call's return value.
153 Runtime* runtime = Runtime::Current();
157 DCHECK(!runtime->UseJitCompilation());
172 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get());
173 if (runtime->UseJitCompilation()) {
219 if (Runtime::Current()->UseJitCompilation()) {
292 Runtime* runtime = Runtime::Current();
293 ClassLinker* class_linker = runtime->GetClassLinker();
305 DCHECK(!runtime->UseJitCompilation());
330 } else if (runtime->UseJitCompilation()) {
334 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) {
345 if (string != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(string)) {