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

1 2 3 4 5 6 7

  /art/runtime/base/
debug_stack.h 39 typedef DebugStackRefCounterImpl<kIsDebugBuild> DebugStackRefCounter;
40 typedef DebugStackReferenceImpl<kIsDebugBuild> DebugStackReference;
41 typedef DebugStackIndirectTopRefImpl<kIsDebugBuild> DebugStackIndirectTopRef;
scoped_arena_allocator.h 64 DCHECK(kIsDebugBuild) << "Only debug builds have tags";
94 size_t rounded_bytes = RoundUp(bytes + (kIsDebugBuild ? kAlignment : 0u), kAlignment);
101 if (kIsDebugBuild) {
logging.cc 74 if (kIsDebugBuild) {
81 if (kIsDebugBuild) {
  /art/runtime/
code_simulator_container.cc 28 kIsDebugBuild ? "libartd-simulator.so" : "libart-simulator.so";
globals.h 56 static constexpr bool kIsDebugBuild = false;
58 static constexpr bool kIsDebugBuild = true;
art_field.cc 35 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() &&
thread-inl.h 71 if (kIsDebugBuild) {
106 if (kIsDebugBuild && this != Thread::Current()) {
142 if (kIsDebugBuild) {
276 if (kIsDebugBuild && !IsDaemon()) {
338 if (kIsDebugBuild) {
art_field-inl.h 140 if (kIsDebugBuild) {
165 if (kIsDebugBuild) {
188 if (kIsDebugBuild) {
199 if (kIsDebugBuild) {
209 if (kIsDebugBuild) {
220 if (kIsDebugBuild) {
  /art/runtime/mirror/
class-refvisitor-inl.h 59 if (kIsDebugBuild && IsResolved()) {
66 if (kIsDebugBuild && IsResolved()) {
field-inl.h 37 if (kIsDebugBuild) {
object-refvisitor-inl.h 71 } else if (kIsDebugBuild) {
object_array-inl.h 135 if (kIsDebugBuild) {
200 if (kIsDebugBuild) {
213 if (kIsDebugBuild) {
249 if (kIsDebugBuild) {
  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 32 if (kIsDebugBuild) {
callee_save_frame.h 41 bool entry_check = kIsDebugBuild,
42 bool exit_check = kIsDebugBuild)
quick_dexcache_entrypoints.cc 43 if (kIsDebugBuild) {
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 65 void* handle = dlopen(kIsDebugBuild ? "libarttestd.so" : "libarttest.so", RTLD_NOW);
  /art/runtime/gc/accounting/
atomic_stack.h 99 if (kIsDebugBuild) {
114 if (kIsDebugBuild) {
125 if (kIsDebugBuild) {
133 if (kIsDebugBuild) {
200 if (kIsDebugBuild) {
233 if (kIsDebugBuild) {
  /art/compiler/optimizing/
side_effects_analysis.cc 28 if (kIsDebugBuild) {
licm.cc 86 if (kIsDebugBuild) {
112 if (kIsDebugBuild) {
  /art/runtime/gc/allocator/
rosalloc-inl.h 67 if (kIsDebugBuild) {
87 if (kIsDebugBuild) {
rosalloc.cc 102 if (kIsDebugBuild) {
150 if (kIsDebugBuild) {
209 if (kIsDebugBuild) {
233 if (kIsDebugBuild && last_free_page_run_size > 0) {
248 if (kIsDebugBuild) {
288 if (kIsDebugBuild) {
357 if (kIsDebugBuild) {
386 if (kIsDebugBuild) {
430 if (kIsDebugBuild) {
552 if (kIsDebugBuild) {
    [all...]
  /art/test/566-polymorphic-inlining/
polymorphic_inline.cc 79 if (kIsDebugBuild) {
  /art/imgdiag/
imgdiag_test.cc 74 if (kIsDebugBuild) {
  /art/patchoat/
patchoat.cc 115 if (kIsDebugBuild) {
294 if (!kIsDebugBuild && !(RUNNING_ON_MEMORY_TOOL && kMemoryToolDetectsLeaks)) {
326 if (kIsDebugBuild) {
332 if (kIsDebugBuild) {
359 if (kIsDebugBuild) {
379 if (kIsDebugBuild) {
783 if (kIsDebugBuild) {
792 const bool debug = kIsDebugBuild;
814 bool dump_timings = kIsDebugBuild;
    [all...]
  /art/runtime/gc/
heap-visit-objects-inl.h 92 if (kIsDebugBuild) {

Completed in 789 milliseconds

1 2 3 4 5 6 7