Searched refs:bytecode_offset_ (Results 1 – 6 of 6) sorted by relevance
52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()59 int bytecode_offset_; variable
35 bytecode_offset_(-1) {} in MessageLocation()42 bytecode_offset_(-1), in MessageLocation()51 bytecode_offset_(bytecode_offset), in MessageLocation()55 : start_pos_(-1), end_pos_(-1), bytecode_offset_(-1) {} in MessageLocation()
194 BytecodeOffset bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()306 bytecode_offset_(BytecodeOffset::None()), in kind_()317 BytecodeOffset bytecode_offset_; variable
628 frame.bytecode_offset_ = bytecode_offset; in UnoptimizedFrame()641 frame.bytecode_offset_ = bytecode_offset; in ConstructStubFrame()649 frame.bytecode_offset_ = bytecode_offset; in BuiltinContinuationFrame()658 frame.bytecode_offset_ = bytecode_offset; in JSToWasmBuiltinContinuationFrame()668 frame.bytecode_offset_ = bytecode_offset; in JavaScriptBuiltinContinuationFrame()677 frame.bytecode_offset_ = bytecode_offset; in JavaScriptBuiltinContinuationWithCatchFrame()
36 bytecode_offset_, in InterpreterAssembler()85 (bytecode_offset_.value() == in BytecodeOffset()88 bytecode_offset_ = ReloadBytecodeOffset(); in BytecodeOffset()90 return bytecode_offset_.value(); in BytecodeOffset()1067 bytecode_offset_ = next_offset; in Advance()
424 CodeStubAssembler::TVariable<IntPtrT> bytecode_offset_; variable