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

1 2

  /art/build/
Android.common.mk 74 ART_USE_PORTABLE_COMPILER := false
76 $(info Enabling ART_USE_PORTABLE_COMPILER because of existence of art/USE_PORTABLE_COMPILER)
77 ART_USE_PORTABLE_COMPILER := true
80 $(info Enabling ART_USE_PORTABLE_COMPILER because WITH_ART_USE_PORTABLE_COMPILER=true)
81 ART_USE_PORTABLE_COMPILER := true
198 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
Android.executable.mk 23 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
Android.gtest.mk 84 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
  /art/compiler/dex/
frontend.cc 28 #if defined(ART_USE_PORTABLE_COMPILER)
34 #if !defined(ART_USE_PORTABLE_COMPILER)
48 #if !defined(ART_USE_PORTABLE_COMPILER)
115 #if defined(ART_USE_PORTABLE_COMPILER)
184 #if !defined(ART_USE_PORTABLE_COMPILER)
224 #if defined(ART_USE_PORTABLE_COMPILER)
242 #if defined(ART_USE_PORTABLE_COMPILER)
283 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 37 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/compiler/sea_ir/
frontend.cc 46 #if defined(ART_USE_PORTABLE_COMPILER)
79 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/compiler/
elf_writer_mclinker.h 67 #if defined(ART_USE_PORTABLE_COMPILER)
oat_test.cc 42 #if !defined(ART_USE_PORTABLE_COMPILER)
58 #if !defined(ART_USE_PORTABLE_COMPILER)
72 #if defined(ART_USE_PORTABLE_COMPILER)
Android.mk 110 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
193 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
250 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
compiled_method.h 75 #if defined(ART_USE_PORTABLE_COMPILER)
elf_writer_mclinker.cc 72 #if defined(ART_USE_PORTABLE_COMPILER)
80 #if defined(ART_USE_PORTABLE_COMPILER)
236 #if defined(ART_USE_PORTABLE_COMPILER)
345 #if defined(ART_USE_PORTABLE_COMPILER)
compiled_method.cc 103 #if defined(ART_USE_PORTABLE_COMPILER)
image_test.cc 49 #if defined(ART_USE_PORTABLE_COMPILER)
image_writer.h 105 #if !defined(ART_USE_PORTABLE_COMPILER)
image_writer.cc 522 #if defined(ART_USE_PORTABLE_COMPILER)
532 #if defined(ART_USE_PORTABLE_COMPILER)
548 #if defined(ART_USE_PORTABLE_COMPILER)
oat_writer.cc 290 #if defined(ART_USE_PORTABLE_COMPILER)
298 #if defined(ART_USE_PORTABLE_COMPILER)
675 #if !defined(ART_USE_PORTABLE_COMPILER)
    [all...]
  /art/runtime/
stack.h 84 #if defined(ART_USE_PORTABLE_COMPILER)
92 #if defined(ART_USE_PORTABLE_COMPILER)
100 #if defined(ART_USE_PORTABLE_COMPILER)
210 #if defined(ART_USE_PORTABLE_COMPILER)
255 #if defined(ART_USE_PORTABLE_COMPILER)
275 #if defined(ART_USE_PORTABLE_COMPILER)
286 #if defined(ART_USE_PORTABLE_COMPILER)
exception_test.cc 152 #if !defined(ART_USE_PORTABLE_COMPILER)
220 #if !defined(ART_USE_PORTABLE_COMPILER)
invoke_arg_array_builder.h 83 #if defined(ART_USE_PORTABLE_COMPILER) && (defined(__arm__) || defined(__mips__))
oat_file.cc 66 #ifdef ART_USE_PORTABLE_COMPILER
460 #if defined(ART_USE_PORTABLE_COMPILER)
common_test.h 328 #if defined(ART_USE_PORTABLE_COMPILER)
573 #if defined(ART_USE_PORTABLE_COMPILER)
Android.mk 253 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
  /art/runtime/entrypoints/
entrypoint_utils.h 371 #if defined(ART_USE_PORTABLE_COMPILER)
389 #if defined(ART_USE_PORTABLE_COMPILER)
407 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/runtime/mirror/
art_method.cc 154 #if !defined(ART_USE_PORTABLE_COMPILER)
270 #ifdef ART_USE_PORTABLE_COMPILER
  /art/dex2oat/
dex2oat.cc 542 #if ART_USE_PORTABLE_COMPILER
592 #if defined(ART_USE_PORTABLE_COMPILER)
    [all...]

Completed in 207 milliseconds

1 2