Home | History | Annotate | Download | only in src

Lines Matching refs:Iterate

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);
233 // We iterate through all the blocks to see whether the argument handle
1920 // Terminate the cache array with the sentinel so we can iterate.