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

/external/chromium_org/v8/src/
H A Dhydrogen.cc3578 // Each instance of PostorderProcessor represents the "stack frame" of the
3584 class PostorderProcessor : public ZoneObject { class in namespace:v8::internal
3587 PostorderProcessor* parent() {return father_; }
3589 PostorderProcessor* child() {return child_; }
3594 static PostorderProcessor* CreateEntryProcessor(Zone* zone,
3596 PostorderProcessor* result = new(zone) PostorderProcessor(NULL);
3600 PostorderProcessor* PerformStep(Zone* zone,
3602 PostorderProcessor* next =
3612 explicit PostorderProcessor(PostorderProcesso function in class:v8::internal::PostorderProcessor
[all...]

Completed in 144 milliseconds