Lines Matching refs:Position
120 {script_id_, position_ + deopt_position_.position()}));
124 SourcePosition position = deopt_position_;
138 inlined_info.start_position + position.raw()}));
139 position = inlined_info.inline_position;
217 "%*s;;; deopted at script_id: %d position: %d with reason '%s'.\n",
218 indent + 10, "", info.stack[0].script_id, info.stack[0].position,
221 base::OS::Print("%*s;;; Inline point: script_id %d position: %d.\n",
223 info.stack[index].position);
309 class Position {
311 explicit Position(ProfileNode* node)
330 List<Position> stack(10);
331 stack.Add(Position(root_));
333 Position& current = stack.last();
336 stack.Add(Position(current.current_child()));
340 Position& parent = stack[stack.length() - 2];