Searched refs:forward_ (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 52 forward_.clear(); in ResolveReferences() 96 forward_.insert(ForwardRef(&op, in AddForwardRef() 127 VIXL_ASSERT(forward_.size() == 1); in UpdatePoolObject() 128 const ForwardRef& reference = forward_.Front(); in UpdatePoolObject()
|
H A D | location-aarch32.h | 69 forward_(allocator) {} in Location() 186 : ForwardRefListIteratorBase(&location->forward_) {} in ForwardRefListIterator() 208 bool HasForwardReferences() const { return !forward_.empty(); } in HasForwardReferences() 212 return forward_.Back(); in GetLastForwardReference() 240 ForwardRefList forward_; member in vixl::aarch32::Location 248 : LocationBase<int32_t>(type, size, alignment), referenced_(false), forward_(allocator){} in Location() 258 : LocationBase<int32_t>(location), referenced_(false), forward_(allocator) {} in Location()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.cc | 78 forward_(nullptr), 93 bool marked_forward = forward_[index] & BIT(i); in Print() 131 uint32_t* forward_; member in v8::internal::compiler::LoopFinderImpl 165 uint32_t* tp = &forward_[to->id() * width_ + INDEX(loop_num)]; in SetForwardMark() 179 uint32_t marks = backward_[tindex + i] & forward_[findex + i]; in PropagateForwardMarks() 180 uint32_t prev = forward_[tindex + i]; in PropagateForwardMarks() 182 forward_[tindex + i] = next; in PropagateForwardMarks() 190 return backward_[offset] & forward_[offset] & BIT(loop_num); in IsInLoop() 314 forward_ = zone_->NewArray<uint32_t>(width_ * max); in ResizeForwardMarks() 315 memset(forward_, in ResizeForwardMarks() [all...] |
/third_party/libabigail/include/ |
H A D | abg-diff-utils.h | 246 bool forward_; member in abigail::diff_utils::snake 252 : forward_(false) in snake() 269 end_(e), forward_(false) in snake() 291 forward_(false) in snake() 397 {return forward_;} in is_forward() 406 {forward_ = f;} in set_forward()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_test.cc | 136 : data_(data), forward_(forward) {} in DataConsumer() 142 return data_.substr(forward_ ? consumed_ - n : data_.size() - consumed_, n); in Next() 147 return forward_ ? data_.substr(0, consumed_) in Consumed() 154 bool forward_; member in absl::cord_internal::__anon19356::DataConsumer
|
Completed in 8 milliseconds