Home
last modified time | relevance | path

Searched refs:DEBUG_BOOL (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h143 #define DEBUG_BOOL true macro
145 #define DEBUG_BOOL false macro
574 DEFINE_BOOL(verify_simplified_lowering, DEBUG_BOOL,
829 DEFINE_BOOL(turbo_verify, DEBUG_BOOL, "verify TurboFan graphs at each phase")
833 DEFINE_BOOL(verify_csa, DEBUG_BOOL,
902 DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL,
1425 DEFINE_BOOL(debug_code, DEBUG_BOOL,
1675 DEFINE_BOOL(native_code_counters, DEBUG_BOOL,
H A Dflags.cc503 if (DEBUG_BOOL) modified_args_as_string << "debug"; in ComputeFlagListHash()
/third_party/python/PC/
H A Dlauncher2.c498 #define DEBUG_BOOL(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? L"True" : L"False") in dumpSearchInfo() macro
507 DEBUG_BOOL(oldStyleTag); in dumpSearchInfo()
508 DEBUG_BOOL(lowPriorityTag); in dumpSearchInfo()
509 DEBUG_BOOL(allowDefaults); in dumpSearchInfo()
510 DEBUG_BOOL(allowExecutableOverride); in dumpSearchInfo()
511 DEBUG_BOOL(windowed); in dumpSearchInfo()
512 DEBUG_BOOL(list); in dumpSearchInfo()
513 DEBUG_BOOL(listPaths); in dumpSearchInfo()
514 DEBUG_BOOL(help); in dumpSearchInfo()
516 #undef DEBUG_BOOL in dumpSearchInfo() macro
[all...]
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc274 if (DEBUG_BOOL) { in FinishNow()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc461 if (DEBUG_BOOL) { in RewindEnteredContext()
/third_party/node/deps/v8/src/heap/
H A Dsweeper.cc369 DEBUG_BOOL; in RawSweep()
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc473 if (DEBUG_BOOL) { in CreateArrayLiteral()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph-verifier.cc1024 if (DEBUG_BOOL) { in PrintDebugHelp()
H A Dcode-assembler.h97 return DEBUG_BOOL; in NeedsBoundsCheck()
/third_party/node/deps/v8/src/objects/
H A Dstring.cc284 if (DEBUG_BOOL && initial_shape.CanMigrateInParallel()) { in MigrateStringMapUnderLockIfNeeded()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1207 if (DEBUG_BOOL) { in IterateCompiledFrame()
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc70 build_flags_["DEBUG"] = DEBUG_BOOL; in BuildFlags()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc43 if (DEBUG_BOOL && FLAG_csa_trap_on_node != nullptr) { in CodeStubAssembler()

Completed in 40 milliseconds