HomeSort by relevance Sort by last modified time
    Searched refs:Iterate (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium_org/v8/src/
compilation-cache.cc 81 void CompilationSubCache::Iterate(ObjectVisitor* v) {
395 void CompilationCache::Iterate(ObjectVisitor* v) {
397 subcaches_[i]->Iterate(v);
allocation-tracker.cc 208 unresolved_locations_.Iterate(DeleteUnresolvedLocation);
209 function_info_list_.Iterate(&DeleteFunctionInfo);
list-inl.h 161 void List<T, P>::Iterate(void (*callback)(T* x)) {
168 void List<T, P>::Iterate(Visitor* visitor) {
frames.cc 523 void ExitFrame::Iterate(ObjectVisitor* v) const {
688 void StubFrame::Iterate(ObjectVisitor* v) const {
708 void OptimizedFrame::Iterate(ObjectVisitor* v) const {
    [all...]
profile-generator.cc 452 finished_profiles_.Iterate(DeleteCpuProfile);
453 current_profiles_.Iterate(DeleteCpuProfile);
454 code_entries_.Iterate(DeleteCodeEntry);
frames-inl.h 52 inline void StackHandler::Iterate(ObjectVisitor* v, Code* holder) const {
property.h 236 void Iterate(ObjectVisitor* visitor);
isolate.cc 173 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) {
175 Iterate(v, thread);
186 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) {
202 // Iterate over pointers on native execution stack.
204 it.frame()->Iterate(v);
207 // Iterate pointers in live lookup results.
208 thread->top_lookup_result_->Iterate(v);
212 void Isolate::Iterate(ObjectVisitor* v) {
214 Iterate(v, current_t);
222 deferred->Iterate(visitor)
    [all...]
api.h 470 void Iterate(ObjectVisitor* v);
514 void Iterate(v8::internal::ObjectVisitor* v);
515 static char* Iterate(v8::internal::ObjectVisitor* v, char* data);
isolate.h 799 void Iterate(ObjectVisitor* v);
800 void Iterate(ObjectVisitor* v, ThreadLocalTop* t);
801 char* Iterate(ObjectVisitor* v, char* t);
    [all...]
  /external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.cc 25 type = parser.Iterate()) {
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-for.js 39 // Iterate over a proxy.
82 // Iterate over an object with a proxy prototype.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 96 // callback function for Iterate() may mutate contained values. If the
140 // Iterate over the address map calling 'callback'
145 inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const;
406 inline void AddressMap<Value>::Iterate(void (*callback)(Key, Value*, Type),
heap-profile-table.h 159 // Iterate over the allocation profile data calling "callback"
162 address_map_->Iterate(MapArgsAllocIterator, callback);
169 // Iterate over the addresses of all allocated objects.
175 // Iterate over the allocation context profile data calling "callback"
376 // from AllocationMap::Iterate to AllocIterator.
403 // heap profile dumping. It gets passed to AllocationMap::Iterate.
408 // gets passed to AllocationMap::Iterate.
  /external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h 96 // callback function for Iterate() may mutate contained values. If the
140 // Iterate over the address map calling 'callback'
145 inline void Iterate(void (*callback)(Key, Value*, Type), Type arg) const;
406 inline void AddressMap<Value>::Iterate(void (*callback)(Key, Value*, Type),
heap-profile-table.h 149 // Iterate over the allocation profile data calling "callback"
152 alloc_address_map_->Iterate(MapArgsAllocIterator, callback);
158 // Iterate over the allocation context profile data calling "callback"
291 // from AllocationMap::Iterate to AllocIterator.
304 // heap profile dumping. It gets passed to AllocationMap::Iterate.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
dict.pxd 103 # Iterate over all key-value pairs in the dictionary p. The int
125 # iterate over the dictionary, but only so long as the set of keys
142 # Iterate over mapping object b adding key-value pairs to
  /external/chromium_org/third_party/leveldatabase/src/db/
leveldb_main.cc 98 Status s = batch.Iterate(&batch_item_printer);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
addressmap_unittest.cc 153 map.Iterate(SetCheckCallback, &check_set);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
addressmap_unittest.cc 153 map.Iterate(SetCheckCallback, &check_set);
  /external/chromium_org/third_party/webrtc/base/
fileutils.h 54 virtual bool Iterate(const Pathname &path);
fileutils_mock.h 63 * you can call Iterate for any path: /var, /var/dir, /var/dir2
69 virtual bool Iterate(const Pathname& path) {
  /external/chromium_org/third_party/webrtc/video/
end_to_end_tests.cc 364 packet_type = parser.Iterate();
721 packet_type = parser.Iterate()) {
867 packet_type = parser.Iterate();
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc 501 // If the scratchpad overflowed, we have to iterate over the allocation
503 // TODO(hpayer): We iterate over the whole list of allocation sites when
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_array.cpp 318 void* CFX_BaseSegmentedArray::Iterate(FX_BOOL (*callback)(void* param, void* pData), void* param) const

Completed in 602 milliseconds

12 3 4