Home
last modified time | relevance | path

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

12

/external/v8/src/
Dliveedit-debugger.js609 chunk_it.current().pos1 < info_node.info.end_position) {
613 if (child.info.end_position <= chunk_it.current().pos1) {
623 child.info.end_position >= chunk_it.current().pos1 +
642 info_node.info.end_position) {
666 chunk_it.TranslatePos(info_node.info.end_position);
671 node.new_end_pos = chunk_it.TranslatePos(node.info.end_position);
708 if (new_children[new_index].info.end_position ==
795 wrapper.end_position == compile_info.end_position) {
822 this.end_position = raw_array[2];
836 this.end_position = raw_array[2];
[all …]
Dscanner.cc123 unsigned end_position) in GenericStringUC16CharacterStream() argument
125 length_(end_position) { in GenericStringUC16CharacterStream()
126 ASSERT(end_position >= start_position); in GenericStringUC16CharacterStream()
298 int end_position) in ExternalTwoByteStringUC16CharacterStream() argument
303 buffer_end_ = raw_data_ + (end_position - start_position); in ExternalTwoByteStringUC16CharacterStream()
Dscanner.h69 unsigned end_position);
107 int end_position);
Dliveedit.cc598 int end_position, int param_num, int parent_index) { in SetInitialProperties() argument
602 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetInitialProperties()
671 void SetProperties(Handle<String> name, int start_position, int end_position, in SetProperties() argument
678 this->SetSmiValueField(kEndPositionOffset_, end_position); in SetProperties()
710 fun->end_position(), fun->num_parameters(), in FunctionStarted()
846 info->end_position(), info); in WrapSharedFunctionInfos()
1032 int end_position = compile_info_wrapper.GetEndPosition(); in ReplaceFunctionCode() local
1034 shared_info->set_end_position(end_position); in ReplaceFunctionCode()
1238 int new_function_end = TranslatePosition(info->end_position(), in PatchFunctionPositions()
Dcodegen.cc152 function->end_position() - function->start_position() + 1; in PrintCode()
Dobjects-printer.cc480 PrintF(out, "\n - end_position: %d", end_position()); in JSMessageObjectPrint()
558 PrintF(out, "\n - end position = %d", end_position()); in SharedFunctionInfoPrint()
Dcompiler.cc598 int compiled_size = shared->end_position() - shared->start_position(); in CompileLazy()
750 function_info->set_end_position(lit->end_position()); in SetFunctionInfo()
Dfactory.h375 int end_position,
Dfactory.cc859 int end_position, in NewJSMessageObject() argument
867 end_position, in NewJSMessageObject()
Dast.h1686 int end_position, in FunctionLiteral() argument
1698 end_position_(end_position), in FunctionLiteral()
1712 int end_position() const { return end_position_; } in end_position() function
Dfull-codegen.cc591 CodeGenerator::RecordPositions(masm_, fun->end_position() - 1); in SetReturnPosition()
Dobjects-inl.h3065 SMI_ACCESSORS(SharedFunctionInfo, end_position, kEndPositionOffset) in ACCESSORS()
3107 PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, end_position, kEndPositionOffset)
3502 SMI_ACCESSORS(JSMessageObject, end_position, kEndPositionOffset) in ACCESSORS()
Dobjects.h4252 inline int end_position();
4253 inline void set_end_position(int end_position);
4896 inline int end_position();
Dheap.h720 int end_position,
Dobjects.cc5738 hash += ComputeIntegerHash(shared()->end_position()); in SourceHash()
5877 start_position(), end_position()); in GetSourceCode()
5882 return end_position() - start_position(); in SourceSize()
6030 int len = end_position() - start_position(); in SourceCodePrint()
6032 accumulator->Put(script_source, start_position(), end_position()); in SourceCodePrint()
Druntime.cc10283 position <= shared->end_position()) { in FindSharedFunctionInfoInScript()
10291 shared->end_position() == target->end_position()) { in FindSharedFunctionInfoInScript()
10300 shared->end_position() <= target->end_position()) { in FindSharedFunctionInfoInScript()
Dparser.cc691 shared_info->end_position()); in ParseLazy()
697 shared_info->end_position()); in ParseLazy()
Dheap.cc2380 int end_position, in AllocateJSMessageObject() argument
2394 message->set_end_position(end_position); in AllocateJSMessageObject()
Ddebug.cc200 position_ = debug_info_->shared()->end_position() - in Next()
Dapi.cc1701 return message->end_position(); in GetEndPosition()
1738 int end = message->end_position(); in GetEndColumn()
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py397 def __init__(self, lines, start_position, end_position): argument
406 trimmed_lines = lines[start_position.row:end_position.row + 1]
409 trimmed_lines[-1] = trimmed_lines[-1][:end_position.column]
479 def parameter_list(elided_lines, start_position, end_position): argument
483 end_position = Position(row=end_position.row, column=end_position.column - 1)
484 single_line_view = SingleLineView(elided_lines, start_position, end_position)
524 self.end_position = Position(-1000, 0)
526 def begin(self, function_name, function_name_start_position, body_start_position, end_position, argument
544 self.end_position = end_position
1436 if function_state.end_position.row + 1 == line_number:
[all …]
Dcpp_unittest.py162 end_position = cpp_style.Position(row=3, column=1)
163 …ngle_line_view = cpp_style.SingleLineView(['0', 'abcde', 'fgh', 'i'], start_position, end_position)
173 end_position = cpp_style.Position(row=0, column=4)
174 single_line_view = cpp_style.SingleLineView(['abcdef'], start_position, end_position)
207 end_position = cpp_style.Position(row=3, column=16)
214 for parameter in cpp_style.parameter_list(elided_lines, start_position, end_position):
372 … self.assert_positions_equal(function_state.end_position, function_information['end_position'])
/external/v8/src/x64/
Dmacro-assembler-x64.cc1585 int end_position = pc_offset() + CallSize(ext); in Call() local
1590 CHECK_EQ(end_position, pc_offset()); in Call()
1597 int end_position = pc_offset() + CallSize(destination, rmode); in Call() local
1602 CHECK_EQ(pc_offset(), end_position); in Call()
1609 int end_position = pc_offset() + CallSize(code_object); in Call() local
1614 CHECK_EQ(end_position, pc_offset()); in Call()
/external/v8/tools/
Dgrokdump.py660 end = self.shared.end_position
683 self.end_position = self.SmiField(SharedFunctionInfo.END_POSITION_OFFSET)
/external/v8/src/ia32/
Dfull-codegen-ia32.cc312 SetSourcePosition(function()->end_position() - 1); in EmitReturnSequence()

12