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

1 2

  /art/runtime/
asm_support.h 47 #if defined(ART_USE_PORTABLE_COMPILER)
53 #endif // ART_USE_PORTABLE_COMPILER
globals.h 69 #if defined(ART_USE_PORTABLE_COMPILER)
instrumentation.cc 36 #if !defined(ART_USE_PORTABLE_COMPILER)
88 #if defined(ART_USE_PORTABLE_COMPILER)
107 #if defined(ART_USE_PORTABLE_COMPILER)
111 #if defined(ART_USE_PORTABLE_COMPILER)
141 #if !defined(ART_USE_PORTABLE_COMPILER)
146 #if defined(ART_USE_PORTABLE_COMPILER)
151 #if defined(ART_USE_PORTABLE_COMPILER)
156 #if defined(ART_USE_PORTABLE_COMPILER)
164 #if defined(ART_USE_PORTABLE_COMPILER)
174 #if defined(ART_USE_PORTABLE_COMPILER)
    [all...]
stack.h 146 #if defined(ART_USE_PORTABLE_COMPILER)
154 #if defined(ART_USE_PORTABLE_COMPILER)
162 #if defined(ART_USE_PORTABLE_COMPILER)
317 #if defined(ART_USE_PORTABLE_COMPILER)
362 #if defined(ART_USE_PORTABLE_COMPILER)
382 #if defined(ART_USE_PORTABLE_COMPILER)
exception_test.cc 239 #if !defined(ART_USE_PORTABLE_COMPILER)
runtime.cc     [all...]
Android.mk 319 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
438 ifeq ($$(ART_USE_PORTABLE_COMPILER),true)
class_linker.cc     [all...]
class_linker.h 345 #if defined(ART_USE_PORTABLE_COMPILER)
353 #if defined(ART_USE_PORTABLE_COMPILER)
    [all...]
  /art/build/
Android.common_build.mk 76 ART_USE_PORTABLE_COMPILER := false
78 $(info Enabling ART_USE_PORTABLE_COMPILER because of existence of art/USE_PORTABLE_COMPILER)
79 ART_USE_PORTABLE_COMPILER := true
82 $(info Enabling ART_USE_PORTABLE_COMPILER because WITH_ART_USE_PORTABLE_COMPILER=true)
83 ART_USE_PORTABLE_COMPILER := true
109 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
Android.executable.mk 23 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
Android.gtest.mk 183 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
  /art/compiler/
compiler.cc 22 #ifdef ART_USE_PORTABLE_COMPILER
64 #ifdef ART_USE_PORTABLE_COMPILER
188 #ifdef ART_USE_PORTABLE_COMPILER
elf_writer_test.cc 65 #if defined(ART_USE_PORTABLE_COMPILER)
Android.mk 144 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
230 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
300 ifeq ($(ART_USE_PORTABLE_COMPILER),true)
common_compiler_test.cc 220 #if defined(ART_USE_PORTABLE_COMPILER)
237 #if defined(ART_USE_PORTABLE_COMPILER)
image_writer.cc 742 #if defined(ART_USE_PORTABLE_COMPILER)
747 #if defined(ART_USE_PORTABLE_COMPILER)
756 #if defined(ART_USE_PORTABLE_COMPILER)
769 #if defined(ART_USE_PORTABLE_COMPILER)
    [all...]
image_writer.h 94 #if !defined(ART_USE_PORTABLE_COMPILER)
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 404 #if defined(ART_USE_PORTABLE_COMPILER)
411 #if defined(ART_USE_PORTABLE_COMPILER)
420 #if defined(ART_USE_PORTABLE_COMPILER)
426 #if defined(ART_USE_PORTABLE_COMPILER)
433 #if defined(ART_USE_PORTABLE_COMPILER)
portable_invoke_entrypoints.cc 40 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/runtime/entrypoints/
entrypoint_utils.h 202 #if defined(ART_USE_PORTABLE_COMPILER)
219 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/runtime/mirror/
art_method.cc 313 #if defined(ART_USE_PORTABLE_COMPILER)
323 #if defined(ART_USE_PORTABLE_COMPILER)
356 #if defined(ART_USE_PORTABLE_COMPILER)
art_method.h 260 #if defined(ART_USE_PORTABLE_COMPILER)
314 #if defined(ART_USE_PORTABLE_COMPILER)
505 #if defined(ART_USE_PORTABLE_COMPILER)
art_method-inl.h 211 #if defined(ART_USE_PORTABLE_COMPILER)
223 #if defined(ART_USE_PORTABLE_COMPILER)
  /art/compiler/driver/
compiler_driver_test.cc 132 #if defined(ART_USE_PORTABLE_COMPILER)

Completed in 313 milliseconds

1 2