OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_debug
(Results
1 - 18
of
18
) sorted by null
/art/compiler/dex/
compiler_ir.h
58
enable_debug
(0),
87
uint32_t
enable_debug
; // debugControlVector flags.
member in struct:art::CompilationUnit
frontend.cc
143
cu.
enable_debug
= kCompilerDebugFlags;
145
(cu.
enable_debug
& (1 << kDebugVerbose));
211
if (cu.
enable_debug
& (1 << kDebugDumpCheckStats)) {
256
if (cu.
enable_debug
& (1 << kDebugShowMemoryUsage)) {
263
if (cu.
enable_debug
& (1 << kDebugShowSummaryMemoryUsage)) {
mir_optimization.cc
775
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
785
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
791
if (cu_->
enable_debug
& (1 << kDebugVerifyDataflow)) {
798
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
[
all
...]
ssa_transformation.cc
708
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
711
if (cu_->
enable_debug
& (1 << kDebugVerifyDataflow)) {
mir_analysis.cc
941
if (cu_->
enable_debug
& (1 << kDebugShowFilterStats)) {
mir_dataflow.cc
[
all
...]
mir_graph.cc
688
if (cu_->
enable_debug
& (1 << kDebugDumpCFG)) {
[
all
...]
/art/compiler/dex/quick/
mir_to_lir.h
162
#define SLOW_FIELD_PATH (cu_->
enable_debug
& (1 << kDebugSlowFieldPath))
163
#define SLOW_INVOKE_PATH (cu_->
enable_debug
& (1 << kDebugSlowInvokePath))
164
#define SLOW_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowStringPath))
165
#define SLOW_TYPE_PATH (cu_->
enable_debug
& (1 << kDebugSlowTypePath))
166
#define EXERCISE_SLOWEST_STRING_PATH (cu_->
enable_debug
& (1 << kDebugSlowestStringPath))
[
all
...]
codegen_util.cc
119
const bool dump_nop = (cu_->
enable_debug
& (1 << kDebugShowNops));
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.h
66
cu->
enable_debug
|= (1 << kDebugVerifyBitcode);
mir_to_gbc.cc
[
all
...]
/external/srtp/
configure
[
all
...]
/external/iputils/ninfod/
configure
663
enable_debug
[
all
...]
/external/chromium_org/third_party/icu/source/
configure
687
ENABLE_DEBUG
750
enable_debug
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/
configure
748
enable_debug
[
all
...]
/external/icu4c/
configure
677
ENABLE_DEBUG
736
enable_debug
[
all
...]
/external/chromium_org/third_party/sqlite/src/
configure
921
enable_debug
[
all
...]
/external/libffi/
configure
[
all
...]
Completed in 848 milliseconds