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

1 2

  /art/runtime/
art_field.cc 36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() &&
runtime.cc 739 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {
    [all...]
hidden_api.cc 230 if (runtime->IsAotCompiler()) {
273 if (!runtime->IsAotCompiler()) {
314 !runtime->IsAotCompiler() &&
module_exclusion_test.cc 53 ASSERT_TRUE(runtime->IsAotCompiler());
signal_catcher.cc 176 !runtime->IsAotCompiler()));
thread.h     [all...]
subtype_check.h 272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler())
class_linker.cc 243 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime.
261 if (runtime->IsAotCompiler()) {
303 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) {
420 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) {
634 if (!runtime->IsAotCompiler()) {
    [all...]
art_method.cc 109 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
132 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
    [all...]
cha.cc 661 if (runtime->IsAotCompiler()) {
oat_file.cc     [all...]
oat_file_manager.cc 476 !runtime->IsAotCompiler(),
    [all...]
runtime.h 127 // IsAotCompiler for compilers that don't have a running runtime. Only dex2oat currently.
128 bool IsAotCompiler() const {
    [all...]
transaction.cc 43 CHECK(Runtime::Current()->IsAotCompiler());
  /art/compiler/dex/
verified_method.cc 41 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/runtime/mirror/
dex_cache-inl.h 111 DCHECK(runtime->IsAotCompiler());
123 CHECK(runtime->IsAotCompiler());
141 DCHECK(Runtime::Current()->IsAotCompiler());
178 DCHECK(Runtime::Current()->IsAotCompiler());
264 DCHECK(Runtime::Current()->IsAotCompiler());
298 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/compiler/driver/
compiler_options.cc 153 DCHECK(Runtime::Current()->IsAotCompiler());
  /art/compiler/optimizing/
inliner.cc 161 honor_noinline_directives && Runtime::Current()->IsAotCompiler();
381 if (Runtime::Current()->IsAotCompiler()) {
585 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr();
591 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) {
600 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote())
813 if (Runtime::Current()->IsAotCompiler()) {
    [all...]
intrinsics.h 248 if (Runtime::Current()->IsAotCompiler() && \
intrinsics.cc 223 DCHECK(runtime->IsAotCompiler());
optimizing_compiler.cc 825 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr);
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 564 !runtime->IsAotCompiler()));
  /art/runtime/interpreter/
interpreter.cc 374 || Runtime::Current()->IsAotCompiler())
  /art/runtime/verifier/
reg_type.cc 746 if (!kIsTargetBuild && Runtime::Current()->IsAotCompiler()) {
    [all...]
method_verifier.cc     [all...]

Completed in 128 milliseconds

1 2