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

  /art/compiler/dex/
global_value_numbering.cc 127 if (HasNullCheckLastInsn(pred_bb, bb->id)) {
182 bool GlobalValueNumbering::HasNullCheckLastInsn(const BasicBlock* pred_bb,
204 if (!HasNullCheckLastInsn(pred_bb, work_lvn_->Id())) {
global_value_numbering.h 191 static bool HasNullCheckLastInsn(const BasicBlock* pred_bb, BasicBlockId succ_id);

Completed in 66 milliseconds