Lines Matching refs:pos
879 CodeGenerator::RecordPositions(masm_, pos);
884 void FullCodeGenerator::SetStatementPosition(int pos) {
885 CodeGenerator::RecordPositions(masm_, pos);
889 void FullCodeGenerator::SetSourcePosition(int pos) {
890 if (pos != RelocInfo::kNoPosition) {
891 masm_->positions_recorder()->RecordPosition(pos);
1412 handler_table()->set(stmt->index(), Smi::FromInt(handler_entry.pos()));
1476 handler_table()->set(stmt->index(), Smi::FromInt(handler_entry.pos()));