Lines Matching defs:position
165 BytecodeArrayBuilder& CollectTypeProfile(int position);
431 int loop_depth, int position);
511 SetStatementPosition(stmt->position());
525 void SetStatementPosition(int position) {
526 if (position == kNoSourcePosition) return;
527 latest_source_info_.MakeStatementPosition(position);
531 SetExpressionPosition(expr->position());
534 void SetExpressionPosition(int position) {
535 if (position == kNoSourcePosition) return;
537 // Ensure the current expression position is overwritten with the
539 latest_source_info_.MakeExpressionPosition(position);
544 SetStatementPosition(expr->position());
563 void EmitFunctionStartSourcePosition(int position);
584 // Returns the current source position for the given |bytecode|.