Home | History | Annotate | Download | only in quick

Lines Matching refs:safepoints_

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_);
801 for (const auto& entry : safepoints_) {
819 safepoints_.size(),
822 for (const auto& entry : safepoints_) {
834 for (const auto& entry : safepoints_) {
1069 safepoints_(arena->Adapter()),