Home
last modified time | relevance | path

Searched refs:locations_ (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h351 : locations_(StrongRootBlockAllocator(heap)) {} in GlobalHandleVector()
353 Handle<T> operator[](size_t i) { return Handle<T>(&locations_[i]); } in operator []()
355 size_t size() const { return locations_.size(); } in size()
356 bool empty() const { return locations_.empty(); } in empty()
358 void Push(T val) { locations_.push_back(val.ptr()); } in Push()
363 Iterator begin() { return Iterator(locations_.begin()); } in begin()
364 Iterator end() { return Iterator(locations_.end()); } in end()
367 std::vector<Address, StrongRootBlockAllocator> locations_; member in v8::internal::GlobalHandleVector
H A Dglobal-handles-inl.h25 T obj = T::cast(Object(locations_.back())); in Pop()
26 locations_.pop_back(); in Pop()
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h619 locations_[index] = Scanner::Location::invalid(); in clear()
621 bool is_valid(int index) const { return !locations_[index].IsValid(); } in is_valid()
627 locations_[index] = loc; in Record()
635 ExpressionScopeT::Report(locations_[index], messages_[index]); in Report()
655 Scanner::Location locations_[kNumberOfErrors]; member in v8::internal::ExpressionParsingScope
694 if (!locations_[i].IsValid()) copy(i); in Accumulate()
726 locations_[entry] = scope_->locations_[entry]; in copy()
730 if (!locations_[entry].IsValid()) return; in copy_back()
732 scope_->locations_[entr in copy_back()
737 Scanner::Location locations_[2]; global() member in v8::internal::AccumulationScope
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h236 const std::vector<SourceLocation>& locations() const { return locations_; } in locations()
275 std::vector<SourceLocation> locations_; member in v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc448 locations_.emplace_back(entry->index(), scriptId, line, col); in AddLocation()
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h521 LocationMap locations_; member in google::protobuf::TextFormat::ParseInfoTree
H A Dtext_format.cc130 locations_[field].push_back(location); in RecordLocation()
163 FindOrNull(locations_, field); in GetLocation()

Completed in 14 milliseconds