HomeSort by relevance Sort by last modified time
    Searched refs:IsCompiler (Results 1 - 9 of 9) sorted by null

  /art/runtime/
runtime.cc     [all...]
signal_catcher.cc 189 !runtime->IsCompiler()));
runtime.h 142 bool IsCompiler() const {
class_linker.cc 91 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime.
205 CHECK(Runtime::Current()->IsCompiler());
696 !Runtime::Current()->IsCompiler()));
    [all...]
trace.cc 303 !runtime->IsCompiler()));
jni_internal.cc 436 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 432 if (Runtime::Current()->IsCompiler() || !can_load_classes_) {
456 if (Runtime::Current()->IsCompiler()) {
    [all...]
  /art/runtime/gc/space/
image_space.cc 258 !Runtime::Current()->IsCompiler());
  /art/runtime/jdwp/
jdwp_main.cc 413 !runtime->IsCompiler()));

Completed in 68 milliseconds