Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dscanner.cc122 int begin = source_pos() - 2; in ScanHexNumber()
150 ReportScannerError(Location(beg_pos, source_pos() + 1), in ScanUnlimitedLengthHexNumber()
202 ReportScannerError(source_pos(), MessageTemplate::kHtmlCommentInModule); in SkipSingleHTMLComment()
357 int current_pos = source_pos(); in SeekForward()
418 octal_pos_ = Location(source_pos() - 2, source_pos() - 1); in ScanEscape()
448 octal_pos_ = Location(source_pos() - i - 1, source_pos() - 1); in ScanOctalEscape()
500 int pos = source_pos(); in ScanPrivateName()
587 next().location.end_pos = source_pos(); in ScanTemplateSpan()
627 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators()
639 ReportScannerError(Location(source_pos(), source_pos() + 1), in ScanDigitsWithNumericSeparators()
[all …]
Dscanner-inl.h322 int start_position = source_pos(); in SkipWhiteSpace()
336 if (source_pos() == start_position) { in SkipWhiteSpace()
347 next().location.beg_pos = source_pos(); in ScanSingleToken()
510 if (source_pos() == 0 && Peek() == '!') { in ScanSingleToken()
551 next_desc->location.end_pos = source_pos(); in Scan()
Dscanner.h412 DCHECK_EQ(source_pos() - 1, next().location.beg_pos); in ScanTemplateContinuation()
696 int source_pos() { in source_pos() function
/third_party/node/deps/v8/src/execution/
Dframes.cc1399 int source_pos = code.SourcePosition(code_offset); in PrintFunctionAndOffset() local
1403 int line = script.GetLineNumber(source_pos) + 1; in PrintFunctionAndOffset()
1474 int source_pos = code.SourcePosition(code_offset); in CollectFunctionAndOffsetForICStats() local
1478 ic_info.line_num = script.GetLineNumber(source_pos) + 1; in CollectFunctionAndOffsetForICStats()
1479 ic_info.column_num = script.GetColumnNumber(source_pos); in CollectFunctionAndOffsetForICStats()
2312 int source_pos = AbstractCode::cast(bytecodes).SourcePosition(offset); in Print() local
2313 int line = script.GetLineNumber(source_pos) + 1; in Print()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c622 FT_UInt source_pos, in ps_dimension_set_mask_bits() argument
637 source_pos, source_bits, memory ); in ps_dimension_set_mask_bits()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_common.c206 &state.source_pos, in pvr_pbe_pack_state()
/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.cc749 auto source_pos = reader->ReadVector<byte>(source_position_size); in ReadCode() local
762 reloc_info, source_pos, kind, tier); in ReadCode()
Dwasm-code-manager.cc1073 base::OwnedVector<byte> source_pos = in AddCodeForTesting() local
1076 source_pos_table->copy_out(0, source_pos.start(), in AddCodeForTesting()
1145 source_pos.as_vector(), // source positions in AddCodeForTesting()