Home
last modified time | relevance | path

Searched refs:end_position (Results 1 – 25 of 47) 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;
Dcodegen.cc177 int len = shared->end_position() - start; in PrintFunctionSource()
263 int source_len = shared->end_position() - shared->start_position() + 1; in PrintCode()
Dobjects-printer.cc783 os << "\n - end_position: " << end_position(); in JSMessageObjectPrint()
1051 int length = end_position() - start; in SharedFunctionInfoPrint()
1068 os << "\n - end position = " << end_position(); in SharedFunctionInfoPrint()
/external/v8/src/debug/
Dliveedit.js544 chunk_it.current().pos1 < info_node.info.end_position) {
548 if (child.info.end_position <= chunk_it.current().pos1) {
558 child.info.end_position >= chunk_it.current().pos1 +
577 info_node.info.end_position) {
601 chunk_it.TranslatePos(info_node.info.end_position);
606 node.new_end_pos = chunk_it.TranslatePos(node.info.end_position);
649 if (new_children[new_index].info.end_position ==
744 wrapper.end_position == compile_info.end_position) {
771 this.end_position = raw_array[2];
784 this.end_position = raw_array[2];
[all …]
Ddebug-scopes.h86 : scope_info(info), start_position(start), end_position(end) {} in ExtendedScopeInfo()
88 : scope_info(info), start_position(-1), end_position(-1) {} in ExtendedScopeInfo()
91 int end_position; member
92 bool is_hidden() { return start_position == -1 && end_position == -1; } in is_hidden()
Ddebug-scopes.cc83 shared_info->end_position())); in ScopeIterator()
189 int end_position = 0; in MaterializeScopeDetails() local
193 end_position = nested_scope_chain_.last().end_position; in MaterializeScopeDetails()
196 end_position = js_function->shared()->end_position(); in MaterializeScopeDetails()
205 details->set(kScopeDetailsEndPositionIndex, Smi::FromInt(end_position)); in MaterializeScopeDetails()
844 scope->end_position() <= function->shared()->end_position()) { in GetNestedScopeChain()
854 scope->scope_info(), scope->start_position(), scope->end_position())); in GetNestedScopeChain()
859 int end_pos = inner_scope->end_position(); in GetNestedScopeChain()
Ddebug-coverage.cc56 if (a_start == b_start) return a->end_position() > b->end_position(); in CompareSharedFunctionInfo()
130 int end = info->end_position(); in Collect()
Ddebug.cc1317 void GetBreakablePositions(Iterator* it, int start_position, int end_position, in GetBreakablePositions() argument
1321 while (!it->Done() && it->position() < end_position && in GetBreakablePositions()
1330 int end_position, BreakPositionAlignment alignment, in FindBreakablePositions() argument
1334 GetBreakablePositions(&it, start_position, end_position, alignment, in FindBreakablePositions()
1339 GetBreakablePositions(&it, start_position, end_position, alignment, in FindBreakablePositions()
1346 int end_position, std::set<int>* positions) { in GetPossibleBreakpoints() argument
1353 if (info->end_position() < start_position || in GetPossibleBreakpoints()
1354 info->start_position() >= end_position) { in GetPossibleBreakpoints()
1380 FindBreakablePositions(debug_info, start_position, end_position, in GetPossibleBreakpoints()
1418 if (target_position_ > shared->end_position()) return; in NewCandidate()
[all …]
Dliveedit.h247 int end_position, int param_num, int parent_index,
303 int end_position,
Dliveedit.cc611 int end_position, int param_num, in SetInitialProperties() argument
617 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetInitialProperties()
639 int end_position, in SetProperties() argument
646 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetProperties()
933 int end_position = compile_info_wrapper.GetEndPosition(); in ReplaceFunctionCode() local
935 shared_info->set_end_position(end_position); in ReplaceFunctionCode()
1059 int new_function_end = TranslatePosition(info->end_position(), in PatchFunctionPositions()
1602 fun->end_position(), fun->parameter_count(), in FunctionStarted()
/external/v8/src/parsing/
Dscanner-character-streams.cc69 size_t end_position);
79 Handle<String> data, size_t start_position, size_t end_position) in GenericStringUtf16CharacterStream() argument
80 : string_(data), length_(end_position) { in GenericStringUtf16CharacterStream()
81 DCHECK_GE(end_position, start_position); in GenericStringUtf16CharacterStream()
83 end_position - start_position); in GenericStringUtf16CharacterStream()
106 size_t end_position);
119 size_t end_position) in ExternalTwoByteStringUtf16CharacterStream() argument
122 end_pos_(end_position) { in ExternalTwoByteStringUtf16CharacterStream()
154 size_t end_position);
169 size_t end_position) in ExternalOneByteStringUtf16CharacterStream() argument
[all …]
Dpreparsed-scope-data.cc33 int start_position, int end_position) in ScopeScope() argument
38 data->backing_store_.push_back(end_position); in ScopeScope()
Dparse-info.h169 int end_position() const { return end_position_; } in end_position() function
170 void set_end_position(int end_position) { end_position_ = end_position; } in set_end_position() argument
Dpreparser.cc278 int end_position = scanner()->location().end_pos; in ParseFunctionLiteral() local
280 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
287 function_scope->start_position(), function_scope->end_position()); in ParseFunctionLiteral()
Dparse-info.cc55 set_end_position(shared->end_position()); in ParseInfo()
117 p->set_end_position(shared->end_position()); in AllocateWithoutScript()
Dpreparsed-scope-data.h27 int start_position, int end_position);
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc149 source, shared_->start_position(), shared_->end_position())); in PrepareToParseOnMainThread()
173 length = (shared_->end_position() - shared_->start_position()); in PrepareToParseOnMainThread()
213 shared_->end_position() - offset)); in PrepareToParseOnMainThread()
221 parse_info_->set_end_position(shared_->end_position()); in PrepareToParseOnMainThread()
244 parse_info_->end_position() - parse_info_->start_position()); in Parse()
448 return tracer_->EstimateParseInMs(parse_info_->end_position() - in EstimateRuntimeOfNextStepInMs()
/external/v8/src/runtime/
Druntime-classes.cc104 int start_position, int end_position) { in DefineClass() argument
181 handle(Smi::FromInt(end_position), isolate), STRICT), in DefineClass()
195 CONVERT_SMI_ARG_CHECKED(end_position, 3); in RUNTIME_FUNCTION()
199 end_position)); in RUNTIME_FUNCTION()
Druntime-function.cc198 target_shared->set_end_position(source_shared->end_position()); in RUNTIME_FUNCTION()
Druntime-liveedit.cc49 shared->end_position(), shared); in RUNTIME_FUNCTION()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc1015 size_t end_position) { in CountMatches() argument
1018 end_position = (end_position < events.size()) ? end_position : events.size(); in CountMatches()
1020 for (size_t i = begin_position; i < end_position; ++i) { in CountMatches()
/external/libxaac/decoder/
Dixheaacd_env_extr.h47 WORD16 end_position; member
Dixheaacd_env_dec.c254 (ptr_prev_data->end_position - ptr_header_data->num_time_slots); in ixheaacd_wrong_timing_compensate()
644 ptr_prev_data_ch_0->end_position - ptr_header_data->num_time_slots; in ixheaacd_dec_envelope()
/external/v8/src/ast/
Dast.h2576 int end_position() const;
2577 int SourceSize() const { return end_position() - start_position(); } in SourceSize()
2689 return std::max(start_position(), end_position() - (has_braces_ ? 1 : 0)); in return_position()
2788 int end_position() const { return end_position_; } in end_position() function
2814 int start_position, int end_position, in ClassLiteral() argument
2817 end_position_(end_position), in ClassLiteral()
3535 int start_position, int end_position, in NewClassLiteral() argument
3539 proxy, extends, constructor, properties, start_position, end_position, in NewClassLiteral()
Dast.cc335 int FunctionLiteral::end_position() const { in end_position() function in v8::internal::FunctionLiteral
336 return scope()->end_position(); in end_position()

12