Home | History | Annotate | Download | only in src

Lines Matching defs:Position

385 class Position {
387 explicit Position(ProfileNode* node)
406 List<Position> stack(10);
407 stack.Add(Position(root_));
409 Position& current = stack.last();
412 stack.Add(Position(current.current_child()));
416 Position& parent = stack[stack.length() - 2];