Home | History | Annotate | Download | only in src

Lines Matching defs:Iterate

189 char* Isolate::Iterate(ObjectVisitor* v, char* thread_storage) {
191 Iterate(v, thread);
202 void Isolate::Iterate(ObjectVisitor* v, ThreadLocalTop* thread) {
216 // Iterate over pointers on native execution stack.
218 it.frame()->Iterate(v);
223 void Isolate::Iterate(ObjectVisitor* v) {
225 Iterate(v, current_t);
233 deferred->Iterate(visitor);
244 // We iterate through all the blocks to see whether the argument handle
2176 // Terminate the cache array with the sentinel so we can iterate.