Home
last modified time | relevance | path

Searched refs:SpecialRPOStackFrame (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dscheduler.cc733 struct SpecialRPOStackFrame { struct
772 static int Push(SpecialRPOStackFrame* stack, int depth, BasicBlock* child, in Push()
786 Zone* zone, SpecialRPOStackFrame* queue, int num_loops, int num_blocks, in ComputeLoopInfo()
943 SpecialRPOStackFrame* stack = in ComputeSpecialRPO()
944 zone->NewArray<SpecialRPOStackFrame>(schedule->BasicBlockCount()); in ComputeSpecialRPO()
952 SpecialRPOStackFrame* frame = stack + current; in ComputeSpecialRPO()
997 SpecialRPOStackFrame* frame = stack + (stack_depth - 1); in ComputeSpecialRPO()