Home
last modified time | relevance | path

Searched refs:end_position (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/src/
Dpending-compilation-error-handler.h33 void ReportMessageAt(int start_position, int end_position,
40 end_position_ = end_position;
47 void ReportMessageAt(int start_position, int end_position,
54 end_position_ = end_position;
61 void ReportMessageAt(int start_position, int end_position,
67 end_position_ = end_position;
Dcodegen.cc183 literal->end_position() - literal->start_position() + 1; in PrintCode()
Dobjects-printer.cc665 os << "\n - end_position: " << end_position(); in JSMessageObjectPrint()
887 int length = end_position() - start; in SharedFunctionInfoPrint()
897 os << "\n - end position = " << end_position(); in SharedFunctionInfoPrint()
Dfactory.h641 int end_position,
/external/v8/src/debug/
Dliveedit.js618 chunk_it.current().pos1 < info_node.info.end_position) {
622 if (child.info.end_position <= chunk_it.current().pos1) {
632 child.info.end_position >= chunk_it.current().pos1 +
651 info_node.info.end_position) {
675 chunk_it.TranslatePos(info_node.info.end_position);
680 node.new_end_pos = chunk_it.TranslatePos(node.info.end_position);
723 if (new_children[new_index].info.end_position ==
816 wrapper.end_position == compile_info.end_position) {
843 this.end_position = raw_array[2];
857 this.end_position = raw_array[2];
[all …]
Dliveedit.h283 int end_position, int param_num, int literal_count,
353 int end_position,
Dliveedit.cc611 int end_position, int param_num, in SetInitialProperties() argument
617 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetInitialProperties()
673 int end_position, in SetProperties() argument
680 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetProperties()
703 fun->end_position(), fun->parameter_count(), in FunctionStarted()
1139 int end_position = compile_info_wrapper.GetEndPosition(); in ReplaceFunctionCode() local
1141 shared_info->set_end_position(end_position); in ReplaceFunctionCode()
1342 int new_function_end = TranslatePosition(info->end_position(), in PatchFunctionPositions()
Ddebug.cc131 position_ = debug_info_->shared()->end_position() - in Next()
1198 if (target_position_ > shared->end_position()) return; in NewCandidate()
1202 shared->end_position() == current_candidate_->end_position()) { in NewCandidate()
1210 current_candidate_->end_position() < shared->end_position()) { in NewCandidate()
/external/v8/src/parsing/
Dscanner-character-streams.cc133 Handle<String> data, size_t start_position, size_t end_position) in GenericStringUtf16CharacterStream() argument
134 : string_(data), length_(end_position), bookmark_(kNoBookmark) { in GenericStringUtf16CharacterStream()
135 DCHECK(end_position >= start_position); in GenericStringUtf16CharacterStream()
566 int end_position) in ExternalTwoByteStringUtf16CharacterStream() argument
572 buffer_end_ = raw_data_ + (end_position - start_position); in ExternalTwoByteStringUtf16CharacterStream()
Dscanner-character-streams.h48 size_t end_position);
156 int end_position);
Drewriter.cc356 DCHECK(function->end_position() != RelocInfo::kNoPosition); in DECLARATION_NODE_LIST()
363 int pos = function->end_position(); in DECLARATION_NODE_LIST()
Dpreparser.cc1156 int end_position = scanner()->location().end_pos; in ParseFunctionLiteral() local
1157 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
Dparser.cc680 int end_position, in ExpressionFromIdentifier() argument
685 end_position); in ExpressionFromIdentifier()
975 shared_info->end_position()); in ParseLazy()
980 shared_info->end_position()); in ParseLazy()
1088 if (scanner()->location().end_pos == shared_info->end_position()) { in ParseLazy()
1101 shared_info->end_position(), in ParseLazy()
4309 CheckStrictOctalLiteral(scope->start_position(), scope->end_position(), in ParseFunctionLiteral()
4372 total_preparse_skipped_ += scope_->end_position() - function_block_pos; in SkipLazyFunctionBody()
4408 total_preparse_skipped_ += scope_->end_position() - function_block_pos; in SkipLazyFunctionBody()
/external/v8/src/ast/
Dast.cc69 int end_position) in VariableProxy() argument
75 end_position_(end_position) { in VariableProxy()
82 int end_position) in VariableProxy() argument
88 end_position_(end_position) {} in VariableProxy()
207 int FunctionLiteral::end_position() const { in end_position() function in v8::internal::FunctionLiteral
208 return scope()->end_position(); in end_position()
Dscopes.h180 int end_position = RelocInfo::kNoPosition) {
186 factory->NewVariableProxy(name, kind, start_position, end_position);
311 int end_position() const { return end_position_; } in end_position() function
592 void ReportMessage(int start_position, int end_position,
Dvariables.h135 void RecordStrongModeReference(int start_position, int end_position) { in RecordStrongModeReference() argument
143 strong_mode_reference_end_position_ = end_position; in RecordStrongModeReference()
Dscopes.cc850 int end_pos = scope->end_position(); in GetNestedScopeChain()
878 void Scope::ReportMessage(int start_position, int end_position, in ReportMessage() argument
888 top->pending_error_handler_.ReportMessageAt(start_position, end_position, in ReportMessage()
1007 PrintF(" { // (%d, %d)\n", start_position(), end_position()); in Print()
1251 var->RecordStrongModeReference(proxy->position(), proxy->end_position()); in ResolveVariable()
1336 DCHECK(proxy->end_position() != RelocInfo::kNoPosition); in CheckStrongModeDeclaration()
1337 ReportMessage(proxy->position(), proxy->end_position(), in CheckStrongModeDeclaration()
Dast.h1758 int end_position() const { return end_position_; } in end_position() function
1777 int end_position);
1781 int end_position);
2637 int end_position() const;
2638 int SourceSize() const { return end_position() - start_position(); } in SourceSize()
2814 int end_position() const { return end_position_; } in end_position() function
2844 int start_position, int end_position) in ClassLiteral() argument
2852 end_position_(end_position) {} in ClassLiteral()
3316 int end_position = RelocInfo::kNoPosition) {
3318 VariableProxy(parser_zone_, var, start_position, end_position);
[all …]
Dscopeinfo.cc189 Handle<Object> end_position = factory->NewNumberFromInt( in Create() local
192 scope_info->set(index++, *end_position); in Create()
/external/v8/src/runtime/
Druntime-classes.cc88 int start_position, int end_position) { in DefineClass() argument
189 handle(Smi::FromInt(end_position), isolate), STRICT), in DefineClass()
203 CONVERT_SMI_ARG_CHECKED(end_position, 4); in RUNTIME_FUNCTION()
208 start_position, end_position)); in RUNTIME_FUNCTION()
Druntime-liveedit.cc49 shared->end_position(), shared); in RUNTIME_FUNCTION()
Druntime-function.cc176 target_shared->set_end_position(source_shared->end_position()); in RUNTIME_FUNCTION()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc957 size_t end_position) { in CountMatches() argument
960 end_position = (end_position < events.size()) ? end_position : events.size(); in CountMatches()
962 for (size_t i = begin_position; i < end_position; ++i) { in CountMatches()
Dtrace_event_analyzer.h700 size_t end_position);
/external/v8/src/full-codegen/
Dfull-codegen.cc566 int pos = std::max(fun->start_position(), fun->end_position() - 1); in SetReturnPosition()
1326 __ Push(Smi::FromInt(lit->end_position())); in VisitClassLiteral()

12