/external/v8/src/ |
D | liveedit-debugger.js | 609 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 …]
|
D | scanner.cc | 123 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()
|
D | scanner.h | 69 unsigned end_position); 107 int end_position);
|
D | liveedit.cc | 598 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()
|
D | codegen.cc | 152 function->end_position() - function->start_position() + 1; in PrintCode()
|
D | objects-printer.cc | 480 PrintF(out, "\n - end_position: %d", end_position()); in JSMessageObjectPrint() 558 PrintF(out, "\n - end position = %d", end_position()); in SharedFunctionInfoPrint()
|
D | compiler.cc | 598 int compiled_size = shared->end_position() - shared->start_position(); in CompileLazy() 750 function_info->set_end_position(lit->end_position()); in SetFunctionInfo()
|
D | factory.h | 375 int end_position,
|
D | factory.cc | 859 int end_position, in NewJSMessageObject() argument 867 end_position, in NewJSMessageObject()
|
D | ast.h | 1686 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
|
D | full-codegen.cc | 591 CodeGenerator::RecordPositions(masm_, fun->end_position() - 1); in SetReturnPosition()
|
D | objects-inl.h | 3065 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()
|
D | objects.h | 4252 inline int end_position(); 4253 inline void set_end_position(int end_position); 4896 inline int end_position();
|
D | heap.h | 720 int end_position,
|
D | objects.cc | 5738 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()
|
D | runtime.cc | 10283 position <= shared->end_position()) { in FindSharedFunctionInfoInScript() 10291 shared->end_position() == target->end_position()) { in FindSharedFunctionInfoInScript() 10300 shared->end_position() <= target->end_position()) { in FindSharedFunctionInfoInScript()
|
D | parser.cc | 691 shared_info->end_position()); in ParseLazy() 697 shared_info->end_position()); in ParseLazy()
|
D | heap.cc | 2380 int end_position, in AllocateJSMessageObject() argument 2394 message->set_end_position(end_position); in AllocateJSMessageObject()
|
D | debug.cc | 200 position_ = debug_info_->shared()->end_position() - in Next()
|
D | api.cc | 1701 return message->end_position(); in GetEndPosition() 1738 int end = message->end_position(); in GetEndColumn()
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 397 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 …]
|
D | cpp_unittest.py | 162 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/ |
D | macro-assembler-x64.cc | 1585 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/ |
D | grokdump.py | 660 end = self.shared.end_position 683 self.end_position = self.SmiField(SharedFunctionInfo.END_POSITION_OFFSET)
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 312 SetSourcePosition(function()->end_position() - 1); in EmitReturnSequence()
|