Searched refs:BytecodeSourceInfo (Results 1 – 6 of 6) sorted by relevance
22 BytecodeSourceInfo source_info = BytecodeSourceInfo())31 BytecodeSourceInfo source_info = BytecodeSourceInfo())42 BytecodeSourceInfo source_info = BytecodeSourceInfo())54 BytecodeSourceInfo source_info = BytecodeSourceInfo())68 BytecodeSourceInfo source_info = BytecodeSourceInfo())83 BytecodeSourceInfo source_info = BytecodeSourceInfo())98 V8_INLINE static BytecodeNode Name(BytecodeSourceInfo source_info, \121 const BytecodeSourceInfo& source_info() const { return source_info_; } in source_info()122 void set_source_info(BytecodeSourceInfo source_info) { in set_source_info()136 BytecodeSourceInfo source_info, uint32_t operand0 = 0,[all …]
15 class BytecodeSourceInfo final {19 BytecodeSourceInfo() in BytecodeSourceInfo() function23 BytecodeSourceInfo(int source_position, bool is_statement) in BytecodeSourceInfo() function74 bool operator==(const BytecodeSourceInfo& other) const {79 bool operator!=(const BytecodeSourceInfo& other) const {92 const BytecodeSourceInfo& info);
14 std::ostream& operator<<(std::ostream& os, const BytecodeSourceInfo& info) { in operator <<()
542 V8_INLINE BytecodeSourceInfo CurrentSourcePosition(Bytecode bytecode);561 void SetDeferredSourceInfo(BytecodeSourceInfo source_info);605 BytecodeSourceInfo latest_source_info_;606 BytecodeSourceInfo deferred_source_info_;
101 BytecodeSourceInfo BytecodeArrayBuilder::CurrentSourcePosition( in CurrentSourcePosition()103 BytecodeSourceInfo source_position; in CurrentSourcePosition()120 BytecodeSourceInfo source_info) { in SetDeferredSourceInfo()131 BytecodeSourceInfo source_position = node->source_info(); in AttachOrEmitDeferredSourceInfo()156 BytecodeNode node(BytecodeNode::Ldar(BytecodeSourceInfo(), operand)); in OutputLdarRaw()162 BytecodeNode node(BytecodeNode::Star(BytecodeSourceInfo(), operand)); in OutputStarRaw()170 BytecodeNode::Mov(BytecodeSourceInfo(), operand0, operand1)); in OutputMovRaw()
145 const BytecodeSourceInfo& source_info = node->source_info(); in UpdateSourcePositionTable()