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

  /art/compiler/dex/quick/
mir_to_lir.cc 397 DCHECK(current_mir_ == nullptr); // Safepoints attributed to prologue.
    [all...]
codegen_util.cc 93 DCHECK(current_mir_ != nullptr || (current_dalvik_offset_ == 0 && safepoints_.empty()));
94 safepoints_.emplace_back(safepoint_pc, current_mir_);
109 DCHECK(current_mir_ != nullptr || (current_dalvik_offset_ == 0 && safepoints_.empty()));
110 safepoints_.emplace_back(safepoint_pc, current_mir_);
    [all...]
mir_to_lir.h 501 current_dex_pc_(m2l->current_dalvik_offset_), current_mir_(m2l->current_mir_),
521 MIR* current_mir_; member in class:art::Mir2Lir::LIRSlowPath
1805 MIR* current_mir_; member in class:art::Mir2Lir
    [all...]

Completed in 110 milliseconds