HomeSort by relevance Sort by last modified time
    Searched refs:IsDebuggable (Results 1 - 20 of 20) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 136 EXPECT_FALSE(graph_->IsDebuggable());
210 EXPECT_FALSE(graph_->IsDebuggable());
sharpening.cc 115 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) {
136 if (codegen->GetGraph()->IsDebuggable()) {
ssa_phi_elimination.cc 44 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses());
code_sinking.cc 332 if (graph_->IsDebuggable() ||
load_store_elimination.cc 654 if (graph_->IsDebuggable() || graph_->HasTryCatch()) {
ssa_builder.cc 433 if (graph_->IsDebuggable()) {
inliner.cc 127 if (graph_->IsDebuggable()) {
    [all...]
loop_optimization.cc     [all...]
ssa_liveness_analysis.h     [all...]
intrinsics_arm_vixl.cc     [all...]
instruction_simplifier.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h 508 bool IsDebuggable() const { return debuggable_; }
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
  /art/runtime/
oat.h 116 bool IsDebuggable() const;
oat_file.h 114 bool IsDebuggable() const;
oat.cc 488 bool OatHeader::IsDebuggable() const {
oat_file.cc     [all...]

Completed in 3639 milliseconds