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

1 2

  /art/runtime/
globals.h 64 const bool kIsDebugBuild = false;
66 const bool kIsDebugBuild = true;
signal_catcher.cc 136 os << "Build type: " << (kIsDebugBuild ? "debug" : "optimized") << "\n";
thread_list.cc 149 if (kIsDebugBuild) {
229 if (kIsDebugBuild) {
oat_file.cc 341 if (kIsDebugBuild) {
reflection.cc 252 if (kIsDebugBuild) {
thread.cc 190 if (kIsDebugBuild) {
880 bool dump_for_abort = (gAborting > 0) && !kIsDebugBuild;
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 61 if (kIsDebugBuild) {
77 if (kIsDebugBuild) {
140 if (kIsDebugBuild) {
  /art/runtime/verifier/
reg_type.h 276 if (kIsDebugBuild) {
725 if (kIsDebugBuild) {
746 if (kIsDebugBuild) {
770 if (kIsDebugBuild) {
845 if (kIsDebugBuild) {
866 if (kIsDebugBuild) {
897 if (kIsDebugBuild) {
reg_type_cache.cc 307 if (kIsDebugBuild) {
  /art/runtime/gc/space/
space.h 49 static constexpr bool kDebugSpaces = kIsDebugBuild;
image_space.cc 58 dex2oat += (kIsDebugBuild ? "/bin/dex2oatd" : "/bin/dex2oat");
225 if (kIsDebugBuild) {
large_object_space.cc 231 if (kIsDebugBuild) {
293 if (kIsDebugBuild) {
  /art/runtime/mirror/
art_method-inl.h 116 if (!kIsDebugBuild) {
object-inl.h 273 if (kIsDebugBuild) {
art_method.cc 248 if (kIsDebugBuild) {
class.cc 131 if (kIsDebugBuild && (new_class_size < GetClassSize())) {
  /art/compiler/dex/quick/
gen_loadstore.cc 166 if (kIsDebugBuild) {
233 if (kIsDebugBuild) {
codegen_util.cc 520 if (kIsDebugBuild) {
531 if (kIsDebugBuild) {
    [all...]
ralloc_util.cc 40 if (kIsDebugBuild) {
106 if (kIsDebugBuild) {
    [all...]
  /art/dex2oat/
dex2oat.cc 495 kIsDebugBuild ? "d" : "",
612 bool dump_stats = kIsDebugBuild;
614 bool dump_slow_timing = kIsDebugBuild;
    [all...]
  /art/runtime/base/
mutex.h 50 const bool kDebugLocking = kIsDebugBuild;
  /art/runtime/gc/collector/
mark_sweep-inl.h 34 if (kIsDebugBuild && !IsMarked(obj)) {
  /art/runtime/native/
dalvik_system_VMRuntime.cc 128 return env->NewStringUTF(kIsDebugBuild ? "libartd.so" : "libart.so");
  /art/compiler/dex/portable/
mir_to_gbc.h 65 if (kIsDebugBuild) {
  /art/compiler/
elf_writer_mclinker.cc 124 // TODO: should this just be set if kIsDebugBuild?
276 libart_so += kIsDebugBuild ? "/lib/libartd.so" : "/lib/libart.so";

Completed in 192 milliseconds

1 2