OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_debug
(Results
1 - 20
of
20
) sorted by null
/art/compiler/dex/
compiler_ir.h
63
uint32_t
enable_debug
; // debugControlVector flags.
member in struct:art::CompilationUnit
pass_driver_me.h
113
bool should_dump = ((c_unit->
enable_debug
& (1 << kDebugDumpCFG)) != 0);
124
if ((c_unit->
enable_debug
& (1 << kDebugDumpCFG)) != 0) {
frontend.cc
491
enable_debug
(0),
529
if (
enable_debug
& (1 << kDebugTimings)) {
674
cu.
enable_debug
= kCompilerDebugFlags;
676
(cu.
enable_debug
& (1 << kDebugVerbose));
691
cu.
enable_debug
|= (1 << kDebugCodegenDump);
748
if (cu.
enable_debug
& (1 << kDebugDumpCheckStats)) {
760
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
788
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
795
if (cu.
enable_debug
& (1 << kDebugShowSummaryMemoryUsage)) {
post_opt_passes.h
123
if (c_unit->
enable_debug
& (1 << kDebugVerifyDataflow)) {
mir_analysis.cc
953
if (cu_->
enable_debug
& (1 << kDebugShowFilterStats)) {
mir_graph.cc
[
all
...]
mir_dataflow.cc
[
all
...]
/hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr.c
147
drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
)
149
bufmgr->debug =
enable_debug
;
intel_bufmgr.h
93
void drm_intel_bufmgr_set_debug(drm_intel_bufmgr *bufmgr, int
enable_debug
);
/art/compiler/dex/portable/
mir_to_gbc.h
73
cu->
enable_debug
|= (1 << kDebugVerifyBitcode);
mir_to_gbc.cc
[
all
...]
/art/compiler/dex/quick/
mir_to_lir.h
221
#define SLOW_FIELD_PATH (cu_->
enable_debug
& (1 << kDebugSlowFieldPath))
222
#define SLOW_INVOKE_PATH (cu_->
enable_debug
& (1 << kDebugSlowInvokePath))
223
#define SLOW_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowStringPath))
224
#define SLOW_TYPE_PATH (cu_->
enable_debug
& (1 << kDebugSlowTypePath))
225
#define EXERCISE_SLOWEST_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowestStringPath))
[
all
...]
dex_file_method_inliner.cc
[
all
...]
codegen_util.cc
192
const bool dump_nop = (cu_->
enable_debug
& (1 << kDebugShowNops));
[
all
...]
/external/srtp/
configure
[
all
...]
/external/iputils/ninfod/
configure
663
enable_debug
[
all
...]
/external/chromium_org/third_party/icu/source/
configure
682
ENABLE_DEBUG
741
enable_debug
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
configure
748
enable_debug
[
all
...]
/external/icu/icu4c/source/
configure
682
ENABLE_DEBUG
741
enable_debug
[
all
...]
/external/chromium_org/third_party/sqlite/src/
configure
921
enable_debug
[
all
...]
Completed in 277 milliseconds