HomeSort by relevance Sort by last modified time
    Searched full:disable_opt (Results 1 - 16 of 16) sorted by null

  /art/compiler/dex/
compiler_ir.h 57 disable_opt(0),
86 uint32_t disable_opt; // opt_control_vector flags. member in struct:art::CompilationUnit
frontend.cc 142 cu.disable_opt = kCompilerOptimizerDisableFlags;
155 cu.disable_opt |= (1 << kBranchFusing);
160 cu.disable_opt |= (
mir_optimization.cc 230 if ((cu_->disable_opt & (1 << kBranchFusing)) != 0) {
763 if (!(cu_->disable_opt & (1 << kNullCheckElimination))) {
    [all...]
vreg_analysis.cc 300 ((cu_->disable_opt & (1 << kPromoteRegs)) == 0)) {
304 cu_->disable_opt |= (1 << kPromoteRegs);
mir_dataflow.cc     [all...]
mir_graph.cc 572 bool live_pattern = (num_patterns > 0) && !(cu_->disable_opt & (1 << kMatch));
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 463 if (!(cu_->disable_opt & (1 << kLoadStoreElimination))) {
466 if (!(cu_->disable_opt & (1 << kLoadHoisting))) {
mir_to_lir.cc 724 if (cu_->disable_opt & (1 << kTrackLiveTemps)) {
728 if (cu_->disable_opt & (1 << kSuppressLoads)) {
829 if (!(cu_->disable_opt & (1 << kSafeOptimizations))) {
ralloc_util.cc 570 if (p && !(cu_->disable_opt & (1 << kSuppressLoads))) {
581 if (p_low && !(cu_->disable_opt & (1 << kSuppressLoads))) {
585 if (p_high && !(cu_->disable_opt & (1 << kSuppressLoads))) {
1016 if (!(cu_->disable_opt & (1 << kPromoteRegs))) {
    [all...]
gen_common.cc 68 if (!(cu_->disable_opt & (1 << kNullCheckElimination)) &&
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 169 if (!(cu_->disable_opt & (1 << kSafeOptimizations)) && r_dest == r_src) {
utility_mips.cc 47 if (!(cu_->disable_opt & (1 << kSafeOptimizations)) && r_dest == r_src) {
  /art/compiler/dex/quick/arm/
assemble_arm.cc     [all...]
int_arm.cc 351 if (!(cu_->disable_opt & (1 << kSafeOptimizations)) && r_dest == r_src) {
    [all...]
utility_arm.cc 1026 if (!(cu_->disable_opt & (1 << kSafeOptimizations)) && r_dest == r_src) {
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]

Completed in 849 milliseconds