Home
last modified time | relevance | path

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

/external/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()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.cc137 isolate, source, shared_->StartPosition(), shared_->EndPosition())); in PrepareOnMainThread()
161 length = (shared_->EndPosition() - shared_->StartPosition()); in PrepareOnMainThread()
196 shared_->EndPosition() - offset)); in PrepareOnMainThread()
/external/v8/src/debug/
Ddebug-coverage.cc59 if (a_start == b_start) return a->EndPosition() > b->EndPosition(); in CompareSharedFunctionInfo()
558 int end = info->EndPosition(); in Collect()
Ddebug.cc1322 if (info->EndPosition() < start_position || in GetPossibleBreakpoints()
1374 if (target_position_ > shared->EndPosition()) return; in NewCandidate()
1378 shared->EndPosition() == current_candidate_->EndPosition()) { in NewCandidate()
1386 current_candidate_->EndPosition() < shared->EndPosition()) { in NewCandidate()
1808 debug::Location end = GetDebugLocation(script, shared->EndPosition()); in IsBlackboxed()
Ddebug-scopes.cc229 return context_->closure_context()->scope_info()->EndPosition(); in end_position()
Dliveedit.cc1031 int new_end_position = LiveEdit::TranslatePosition(diffs, sfi->EndPosition()); in UpdatePositions()
/external/v8/src/parsing/
Dparsing.cc66 shared_info->EndPosition())); in ParseFunction()
Dparse-info.cc69 set_end_position(shared->EndPosition()); in ParseInfo()
/external/v8/src/objects/
Dshared-function-info-inl.h302 int SharedFunctionInfo::EndPosition() const { in EndPosition() function
307 return info->EndPosition(); in EndPosition()
720 int end_position = shared_info->EndPosition(); in DiscardCompiled()
Dscope-info.h106 int EndPosition() const;
Dshared-function-info.h233 inline int EndPosition() const;
Dscope-info.cc602 int ScopeInfo::EndPosition() const { in EndPosition() function in v8::internal::ScopeInfo
/external/v8/src/runtime/
Druntime-compiler.cc73 sfi->StartPosition(), sfi->EndPosition(), sfi->DebugName())); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Dgraph-visualizer.cc82 end = shared->EndPosition(); in JsonPrintFunctionSource()
84 int len = shared->EndPosition() - start; in JsonPrintFunctionSource()
Dpipeline.cc555 int len = shared->EndPosition() - start; in PrintFunctionSource()
636 int source_len = shared->EndPosition() - shared->StartPosition() + 1; in PrintCode()
/external/v8/src/snapshot/
Dcode-serializer.cc323 result->EndPosition(), name)); in Deserialize()
/external/v8/src/
Dobjects-printer.cc1393 int length = EndPosition() - start; in PrintSourceCode()
1434 os << "\n - end position: " << EndPosition(); in SharedFunctionInfoPrint()
2069 os << "\n - end position: " << EndPosition(); in ScopeInfoPrint()
Dlog.cc1335 << shared->EndPosition() << kNext; in CodeCreateEvent()
1552 << sfi->StartPosition() << Logger::kNext << sfi->EndPosition() in CompilationCacheEvent()
Dcompiler.cc123 shared->StartPosition(), shared->EndPosition(), in LogFunctionCompilation()
Dobjects.cc14019 shared->EndPosition()); in GetSourceCode()
14032 script_source, start_pos, shared->EndPosition()); in GetSourceCodeHarmony()
14064 int SharedFunctionInfo::SourceSize() { return EndPosition() - StartPosition(); } in SourceSize()
14175 int len = s->EndPosition() - s->StartPosition(); in operator <<()
14177 script_source->PrintUC16(os, s->StartPosition(), s->EndPosition()); in operator <<()