HomeSort by relevance Sort by last modified time
    Searched refs:IsAotCompiler (Results 1 - 25 of 35) sorted by null

1 2

  /art/runtime/
runtime.cc 670 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {
    [all...]
art_field.cc 36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() &&
hidden_api.cc 283 if (!runtime->IsAotCompiler()) {
signal_catcher.cc 240 !runtime->IsAotCompiler()));
thread.h     [all...]
subtype_check.h 272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler())
class_linker.cc 214 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime.
230 if (runtime->IsAotCompiler()) {
271 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) {
384 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) {
612 if (!runtime->IsAotCompiler()) {
    [all...]
art_method.cc 113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
136 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
    [all...]
cha.cc 655 if (runtime->IsAotCompiler()) {
oat_file_manager.cc 423 !runtime->IsAotCompiler(),
oat_file.cc     [all...]
runtime.h 122 // IsAotCompiler for compilers that don't have a running runtime. Only dex2oat currently.
123 bool IsAotCompiler() const {
    [all...]
transaction.cc 42 CHECK(Runtime::Current()->IsAotCompiler());
java_vm_ext.cc 431 !runtime->IsAotCompiler())) {
    [all...]
trace.cc 291 !runtime->IsAotCompiler()));
    [all...]
  /art/compiler/dex/
verified_method.cc 41 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/runtime/mirror/
dex_cache-inl.h 75 DCHECK(runtime->IsAotCompiler());
83 DCHECK(Runtime::Current()->IsAotCompiler());
120 DCHECK(Runtime::Current()->IsAotCompiler());
205 DCHECK(Runtime::Current()->IsAotCompiler());
239 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/compiler/driver/
compiler_driver-inl.h 122 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/compiler/optimizing/
inliner.cc 153 IsCompilingWithCoreImage() && Runtime::Current()->IsAotCompiler();
366 if (Runtime::Current()->IsAotCompiler()) {
563 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr();
569 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) {
575 InlineCacheType inline_cache_type = Runtime::Current()->IsAotCompiler()
665 DCHECK(Runtime::Current()->IsAotCompiler());
789 if (Runtime::Current()->IsAotCompiler()) {
    [all...]
intrinsics.cc 224 if (Runtime::Current()->IsAotCompiler()) {
optimizing_compiler.cc 792 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr);
    [all...]
instruction_simplifier.cc     [all...]
  /art/runtime/jdwp/
jdwp_main.cc 564 !runtime->IsAotCompiler()));
  /art/runtime/verifier/
reg_type.cc 732 if (!kIsTargetBuild && Runtime::Current()->IsAotCompiler()) {
    [all...]
method_verifier.cc 429 if (Runtime::Current()->IsAotCompiler() &&
    [all...]

Completed in 1107 milliseconds

1 2