Home
last modified time | relevance | path

Searched refs:StartOffset (Results 1 - 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.js101 while (!node.CanIndent() && node.Parent != null && token.Span.span.start() == node.Parent.AuthorNode.Details.StartOffset)
104 if (node.CanIndent() && token.Span.span.start() == node.AuthorNode.Details.StartOffset) {
334 if (token.Span.startPosition() < argumentNode.AuthorNode.Details.StartOffset)
370 // if (span.Contains(tree.StartNodethis.AuthorNode.Details.StartOffset))
376 // int siblingStartOffset = tree.StartNodePreviousSibling.Value.Details.StartOffset;
486 var parentIndentationDeltaSize = this.GetIndentationDelta(indentableParent.AuthorNode.Details.StartOffset, token.Span.startPosition());
580 offset = tree.StartNodePreviousSibling.Details.StartOffset;
588 while (node.Parent != null && this.snapshot.GetLineNumberFromPosition(node.Parent.AuthorNode.Details.StartOffset) == lineNum) {
604 while (parent != null && parent.AuthorNode.Details.StartOffset == this.firstToken.Span.startPosition())
609 var startNodeLineNumber = this.snapshot.GetLineNumberFromPosition(tree.StartNodeSelf.AuthorNode.Details.StartOffset);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp346 // a ReportError lambda: [StartOffset](const char *ErrorMsg).
347 static void LLVM_ATTRIBUTE_NORETURN ReportError(uint64_t StartOffset,
351 OS << format(ErrorMsg, StartOffset);
361 uint64_t StartOffset = Offset;
416 StartOffset,
423 ReportError(StartOffset,
439 ReportError(StartOffset,
456 ReportError(StartOffset,
465 StartOffset, Length, Version, AugmentationString, AddressSize,
469 CIEs[StartOffset]
[all...]
H A DDWARFDebugLoc.cpp390 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size,
394 if (!Data.isValidOffsetForDataOfSize(StartOffset, Size)) {
398 uint64_t Offset = StartOffset;
401 while (CanContinue && Offset < StartOffset + Size) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h105 : Reader(R), Mapping(Reader), StartOffset(0) {} in MappingInfo()
109 uint32_t StartOffset; member
126 Mapping.StartOffset = Mapping.Reader.getOffset();
152 uint32_t RecordLength = EndOffset - Mapping.StartOffset; in visitKnownMemberImpl()
153 Mapping.Reader.setOffset(Mapping.StartOffset); in visitKnownMemberImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp114 const auto StartOffset = O.tell(); in encode() local
118 const auto Length = O.tell() - StartOffset; in encode()
123 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
132 const auto StartOffset = O.tell(); in encode() local
136 const auto Length = O.tell() - StartOffset; in encode()
141 O.fixup32(static_cast<uint32_t>(Length), StartOffset - 4); in encode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScopedPrinter.cpp24 uint32_t StartOffset) { in printBinaryImpl()
34 OS << format_bytes_with_ascii(Data, StartOffset, 16, 4, in printBinaryImpl()
22 printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Data, bool Block, uint32_t StartOffset) printBinaryImpl() argument
/third_party/lzma/CPP/7zip/Common/
H A DLimitedStreams.h73 UInt64 StartOffset;
81 _physPos = StartOffset;
84 _physPos = StartOffset + (Vector[0] << BlockSizeLog);
H A DLimitedStreams.cpp109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; in Read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h124 uint64_t getStartOffset() const { return StartOffset; } in getStartOffset()
126 void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; } in setStartOffset()
261 uint64_t StartOffset; member in llvm::CompileUnit
H A DDWARFLinker.h61 /// table between \p StartOffset and \p NextOffset.
66 virtual bool hasValidRelocationAt(uint64_t StartOffset, uint64_t EndOffset,
/third_party/node/deps/v8/tools/v8windbg/test/
H A Ddebug-callbacks.cc53 ULONG64 StartOffset) { in CreateThread()
86 ULONG64 StartOffset) { in CreateProcessW()
52 CreateThread(ULONG64 Handle, ULONG64 DataOffset, ULONG64 StartOffset) CreateThread() argument
82 CreateProcessW( ULONG64 ImageFileHandle, ULONG64 Handle, ULONG64 BaseOffset, ULONG ModuleSize, PCSTR ModuleName, PCSTR ImageName, ULONG CheckSum, ULONG TimeDateStamp, ULONG64 InitialThreadHandle, ULONG64 ThreadDataOffset, ULONG64 StartOffset) CreateProcessW() argument
H A Ddebug-callbacks.h63 ULONG64 StartOffset) override;
83 ULONG64 StartOffset) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScopedPrinter.h304 uint32_t StartOffset) { in printBinaryBlock()
305 printBinaryImpl(Label, StringRef(), Value, true, StartOffset); in printBinaryBlock()
346 bool Block, uint32_t StartOffset = 0);
303 printBinaryBlock(StringRef Label, ArrayRef<uint8_t> Value, uint32_t StartOffset) printBinaryBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h130 void dumpRange(uint64_t StartOffset, uint64_t Size, raw_ostream &OS,
/third_party/skia/modules/svg/include/
H A DSkSVGText.h112 SVG_ATTR(StartOffset, SkSVGLength, SkSVGLength(0))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp65 NextUnitOffset = StartOffset; in computeNextUnitOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp399 uint64_t StartOffset = W.OS.tell(); in writeObject() local
410 return W.OS.tell() - StartOffset; in writeObject()
H A DMachObjectWriter.cpp756 uint64_t StartOffset = W.OS.tell(); in writeObject() local
1044 return W.OS.tell() - StartOffset; in writeObject()
H A DWinCOFFObjectWriter.cpp954 uint64_t StartOffset = W.OS.tell(); in writeObject() local
1087 return W.OS.tell() - StartOffset; in writeObject()
H A DELFObjectWriter.cpp1070 uint64_t StartOffset = W.OS.tell(); in writeObject() local
1246 return W.OS.tell() - StartOffset; in writeObject()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h350 int StartOffset() const;
369 int StartOffset() const;
H A Ddebug-interface.cc1141 int Coverage::BlockData::StartOffset() const { return block_->start; } in StartOffset() function in v8::debug::Coverage::BlockData
1147 int Coverage::FunctionData::StartOffset() const { return function_->start; } in StartOffset() function in v8::debug::Coverage::FunctionData
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc371 ranges->emplace_back(createCoverageRange(function_data.StartOffset(), in coverageToProtocol()
379 ranges->emplace_back(createCoverageRange(block_data.StartOffset(), in coverageToProtocol()
/third_party/node/deps/v8/src/utils/
H A Dutils.h223 #define DEFINE_FIELD_OFFSET_CONSTANTS(StartOffset, LIST_MACRO) \
225 LIST_MACRO##_StartOffset = StartOffset - 1, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1812 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries() local
1814 return StartOffset; in allocateGOTEntries()

Completed in 25 milliseconds

12