Home
last modified time | relevance | path

Searched refs:EndPosition (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.cpp154 intptr_t EndPosition = Buffer.size(); in emitIASBytes() local
164 assert(CurPosition <= EndPosition); in emitIASBytes()
167 for (intptr_t i = CurPosition; i < EndPosition; ++i) { in emitIASBytes()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc372 int end_position = shared_info->EndPosition(); in DiscardCompiled()
400 shared->EndPosition()); in GetSourceCode()
413 script_source, start_pos, shared->EndPosition()); in GetSourceCodeHarmony()
434 int SharedFunctionInfo::SourceSize() { return EndPosition() - StartPosition(); } in SourceSize()
458 int len = s.EndPosition() - s.StartPosition(); in operator <<()
460 script_source.PrintUC16(os, s.StartPosition(), s.EndPosition()); in operator <<()
671 int SharedFunctionInfo::EndPosition() const { in EndPosition() function in v8::internal::SharedFunctionInfo
676 return info.EndPosition(); in EndPosition()
Dscope-info.h144 int EndPosition() const;
Dshared-function-info.h251 V8_EXPORT_PRIVATE int EndPosition() const;
Dscope-info.cc837 int ScopeInfo::EndPosition() const { in EndPosition() function in v8::internal::ScopeInfo
Dobjects.cc5104 DCHECK_EQ(shared.EndPosition(), function_literal->end_position()); in FindWebSnapshotSharedFunctionInfo()
/third_party/node/deps/v8/src/parsing/
Dparsing.cc83 shared_info->EndPosition())); in ParseFunction()
Dparser.cc846 int end_position = shared_info->EndPosition(); in ParseFunction()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1712 if (target_position_ >= shared.EndPosition()) { in NewCandidate()
1718 if (!shared.is_toplevel() || target_position_ > shared.EndPosition()) { in NewCandidate()
1725 shared.EndPosition() == current_candidate_.EndPosition()) { in NewCandidate()
1733 current_candidate_.EndPosition() < shared.EndPosition()) { in NewCandidate()
1780 const int end_position = outer_shared->EndPosition(); in FindClosestSharedFunctionInfoFromPosition()
1820 if (info.EndPosition() < start_position || in FindSharedFunctionInfosIntersectingRange()
1825 info.EndPosition() >= end_position; in FindSharedFunctionInfosIntersectingRange()
2318 debug::Location end = GetDebugLocation(script, shared->EndPosition()); in IsBlackboxed()
Ddebug-scopes.cc105 break_scope_end_(function->shared().EndPosition()), in ScopeChainRetriever()
379 return context_->closure_context().scope_info().EndPosition(); in end_position()
Ddebug-coverage.cc582 end(info->EndPosition()) {} in SharedFunctionInfoAndCount()
Dliveedit.cc962 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions()
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc116 end = shared->EndPosition(); in JsonPrintFunctionSource()
118 int len = shared->EndPosition() - start; in JsonPrintFunctionSource()
Dpipeline.cc850 int len = shared->EndPosition() - start; in PrintFunctionSource()
925 int source_len = shared->EndPosition() - shared->StartPosition() + 1; in PrintCode()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc380 result->StartPosition(), result->EndPosition(), *name)); in FinalizeDeserialization()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1595 int length = EndPosition() - start; in PrintSourceCode()
1637 os << "\n - end position: " << EndPosition(); in SharedFunctionInfoPrint()
2446 os << "\n - end position: " << EndPosition(); in ScopeInfoPrint()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc599 int end = function->shared().EndPosition(); in SerializeFunctionInfo()
811 function->shared().EndPosition()); in DiscoverSource()
/third_party/node/deps/v8/src/logging/
Dlog.cc1234 << Logger::kNext << shared->EndPosition() << Logger::kNext; in LogSourceCodeInformation()
1634 << sfi.StartPosition() << Logger::kNext << sfi.EndPosition() in CompilationCacheEvent()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc317 shared->StartPosition(), shared->EndPosition(), in LogFunctionCompilation()
1557 end_position_(shared_info->EndPosition()), in BackgroundCompileTask()
/third_party/node/deps/v8/src/ast/
Dscopes.cc229 set_end_position(scope_info->EndPosition()); in ClassScope()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2628 int end_position = shared_info.EndPosition(); in FlushBytecodeFromSFI()
/third_party/chromium/patch/
D0003-ohos-1115.patch76873 return CreateMarkup(range.StartPosition(), range.EndPosition(),