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

  /art/runtime/mirror/
art_field.cc 47 if (kIsDebugBuild && Runtime::Current()->IsCompiler() &&
  /art/runtime/
runtime.cc 821 } else if (!IsCompiler() || !image_dex2oat_enabled_) {
    [all...]
runtime.h 93 bool IsCompiler() const {
98 return !IsCompiler() || compiler_callbacks_->IsRelocationPossible();
signal_catcher.cc 200 !runtime->IsCompiler()));
class_linker.cc 95 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime.
372 if (!runtime->IsCompiler()) {
    [all...]
oat_file.cc 579 Runtime::Current()->IsCompiler()) {
transaction.cc 34 CHECK(Runtime::Current()->IsCompiler());
profiler.cc 168 !runtime->IsCompiler()));
trace.cc 299 !runtime->IsCompiler()));
thread.cc 559 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler();
    [all...]
jni_internal.cc 341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) {
    [all...]
  /art/compiler/
elf_patcher.cc 46 CHECK(Runtime::Current()->IsCompiler());
  /art/runtime/jdwp/
jdwp_main.cc 410 !runtime->IsCompiler()));
  /art/runtime/quick/
inline_method_analyser.cc 90 DCHECK_EQ(Runtime::Current()->IsCompiler(), method != nullptr);
  /art/runtime/verifier/
method_verifier.cc 131 if (Runtime::Current()->IsCompiler()) {
477 if (result && Runtime::Current()->IsCompiler()) {
493 if (Runtime::Current()->IsCompiler() || !can_load_classes_) {
517 if (Runtime::Current()->IsCompiler()) {
775 if (inst->GetVerifyIsRuntimeOnly() && Runtime::Current()->IsCompiler() && !verify_to_dump_) {
    [all...]
  /art/runtime/gc/space/
image_space.cc 746 !Runtime::Current()->IsCompiler(), error_msg);
    [all...]
  /art/runtime/gc/
heap.cc 636 if (!Runtime::Current()->IsCompiler()) {
    [all...]

Completed in 3211 milliseconds