Home
last modified time | relevance | path

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

12

/external/v8/src/
Dliveedit-debugger.js604 chunk_it.current().pos1 < info_node.info.end_position) {
608 if (child.info.end_position <= chunk_it.current().pos1) {
618 child.info.end_position >= chunk_it.current().pos1 +
637 info_node.info.end_position) {
661 chunk_it.TranslatePos(info_node.info.end_position);
666 node.new_end_pos = chunk_it.TranslatePos(node.info.end_position);
709 if (new_children[new_index].info.end_position ==
802 wrapper.end_position == compile_info.end_position) {
829 this.end_position = raw_array[2];
843 this.end_position = raw_array[2];
[all …]
Dscanner-character-streams.cc130 unsigned end_position) in GenericStringUtf16CharacterStream() argument
132 length_(end_position) { in GenericStringUtf16CharacterStream()
133 DCHECK(end_position >= start_position); in GenericStringUtf16CharacterStream()
442 int end_position) in ExternalTwoByteStringUtf16CharacterStream() argument
447 buffer_end_ = raw_data_ + (end_position - start_position); in ExternalTwoByteStringUtf16CharacterStream()
Dscanner-character-streams.h44 unsigned end_position);
124 int end_position);
Drewriter.cc248 DCHECK(function->end_position() != RelocInfo::kNoPosition); in EXPRESSION_NODE_LIST()
255 int pos = function->end_position(); in EXPRESSION_NODE_LIST()
Dliveedit.h285 int end_position,
363 int end_position,
Dliveedit.cc610 int end_position, in SetInitialProperties() argument
618 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetInitialProperties()
680 int end_position, in SetProperties() argument
687 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetProperties()
710 fun->end_position(), fun->parameter_count(), in FunctionStarted()
920 info->end_position(), info); in WrapSharedFunctionInfos()
1219 int end_position = compile_info_wrapper.GetEndPosition(); in ReplaceFunctionCode() local
1221 shared_info->set_end_position(end_position); in ReplaceFunctionCode()
1423 int new_function_end = TranslatePosition(info->end_position(), in PatchFunctionPositions()
Dcodegen.cc190 function->end_position() - function->start_position() + 1; in PrintCode()
Dobjects-printer.cc567 os << "\n - end_position: " << end_position(); in JSMessageObjectPrint()
806 int length = end_position() - start; in SharedFunctionInfoPrint()
818 os << "\n - end position = " << end_position(); in SharedFunctionInfoPrint()
Dpreparser.cc919 int end_position = scanner()->location().end_pos; in ParseFunctionLiteral() local
920 CheckOctalLiteral(start_position, end_position, CHECK_OK); in ParseFunctionLiteral()
Dscopes.h246 int end_position() const { return end_position_; } in end_position() function
Ddebug.cc164 position_ = debug_info_->shared()->end_position() - in Next()
2119 position <= shared->end_position()) { in FindSharedFunctionInfoInScript()
2128 shared->end_position() == target->end_position()) { in FindSharedFunctionInfoInScript()
2138 shared->end_position() <= target->end_position()) { in FindSharedFunctionInfoInScript()
Dast.cc147 int FunctionLiteral::end_position() const { in end_position() function in v8::internal::FunctionLiteral
148 return scope()->end_position(); in end_position()
Dscopes.cc762 int end_pos = scope->end_position(); in GetNestedScopeChain()
869 PrintF(" { // (%d, %d)\n", start_position(), end_position()); in Print()
Dparser.cc967 shared_info->end_position()); in ParseLazy()
972 shared_info->end_position()); in ParseLazy()
1106 scope->set_end_position(scope_->end_position()); in ParseSourceElements()
3676 scope->end_position(), in ParseFunctionLiteral()
3722 total_preparse_skipped_ += scope_->end_position() - function_block_pos; in SkipLazyFunctionBody()
3750 total_preparse_skipped_ += scope_->end_position() - function_block_pos; in SkipLazyFunctionBody()
Dfactory.h615 int end_position,
Dfactory.cc1935 int end_position, in NewJSMessageObject() argument
1946 message->set_end_position(end_position); in NewJSMessageObject()
Dcompiler.cc585 function_info->set_end_position(lit->end_position()); in SetFunctionInfo()
Dfull-codegen.cc809 CodeGenerator::RecordPositions(masm_, fun->end_position() - 1); in SetReturnPosition()
Dast.h2347 int end_position() const;
2348 int SourceSize() const { return end_position() - start_position(); } in SourceSize()
Dobjects-inl.h5462 SMI_ACCESSORS(SharedFunctionInfo, end_position, kEndPositionOffset) in ACCESSORS()
5507 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, end_position, kEndPositionOffset)
6121 SMI_ACCESSORS(JSMessageObject, end_position, kEndPositionOffset) in ACCESSORS()
Dobjects.h6713 inline int end_position() const;
6714 inline void set_end_position(int end_position);
7669 inline int end_position() const;
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Decmalintrules.py535 end_position = Position(len(desc_str), 0)
541 end_token, end_position)
/external/v8/src/x64/
Dmacro-assembler-x64.cc2987 int end_position = pc_offset() + CallSize(ext); in Call() local
2992 CHECK_EQ(end_position, pc_offset()); in Call()
3009 int end_position = pc_offset() + CallSize(destination); in Call() local
3014 CHECK_EQ(pc_offset(), end_position); in Call()
3023 int end_position = pc_offset() + CallSize(code_object); in Call() local
3029 CHECK_EQ(end_position, pc_offset()); in Call()
/external/v8/tools/
Dgrokdump.py1369 end = self.shared.end_position
1405 self.end_position = pseudo_smi_end_position >> 2
1413 self.end_position = \
/external/v8/test/cctest/
Dtest-parsing.cc1150 CHECK_EQ(scope->end_position(), kProgramSize); in TEST()
1158 CHECK_EQ(inner_scope->end_position(), kPrefixLen + kInnerLen); in TEST()

12