Searched defs:Iterate (Results 26 - 26 of 26) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dobjects.cc223 // Iterate through the chain of inheriting function templates to
757 // Iterate up the prototype chain until an element is found or the null
1529 void HeapObject::Iterate(ObjectVisitor* v) { function in class:v8::internal::HeapObject
8130 char* Relocatable::Iterate(ObjectVisitor* v, char* thread_storage) { function in class:v8::internal::Relocatable
8132 Iterate(v, top);
8137 void Relocatable::Iterate(Isolate* isolate, ObjectVisitor* v) { function in class:v8::internal::Relocatable
8138 Iterate(v, isolate->relocatable_top());
8142 void Relocatable::Iterate(ObjectVisitor* v, Relocatable* top) { function in class:v8::internal::Relocatable
9089 // Iterate over all fields in the body but take care in dealing with

Completed in 356 milliseconds

12