Home
last modified time | relevance | path

Searched refs:bytecode_offset_ (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dmessages.h52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()
59 int bytecode_offset_; variable
Dmessages.cc35 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()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.h194 BytecodeOffset bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()
306 bytecode_offset_(BytecodeOffset::None()), in kind_()
317 BytecodeOffset bytecode_offset_; variable
Dtranslated-state.cc628 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()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc36 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()
Dinterpreter-assembler.h424 CodeStubAssembler::TVariable<IntPtrT> bytecode_offset_; variable