Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-array-accessor.cc60 bytecode_offset_(initial_offset), in BytecodeArrayAccessor()
73 bytecode_offset_ = offset; in SetOffset()
82 interpreter::Bytecodes::FromByte(bytecode_array()->get(bytecode_offset_)); in ApplyDebugBreak()
86 bytecode_array()->set(bytecode_offset_, in ApplyDebugBreak()
92 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in UpdateOperandScale()
106 return bytecode_offset_ >= 0 && bytecode_offset_ < bytecode_array()->length(); in OffsetInBounds()
112 bytecode_array()->get(bytecode_offset_ + current_prefix_offset()); in current_bytecode()
131 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetUnsignedOperand()
147 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetSignedOperand()
197 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRegisterOperand()
[all …]
H A Dbytecode-array-accessor.h100 int current_offset() const { return bytecode_offset_; } in current_offset()
151 int bytecode_offset_; variable
H A Dinterpreter-assembler.cc37 bytecode_offset_, in InterpreterAssembler()
85 (bytecode_offset_.value() == in BytecodeOffset()
87 bytecode_offset_ = ReloadBytecodeOffset(); in BytecodeOffset()
89 return bytecode_offset_.value(); in BytecodeOffset()
1221 bytecode_offset_ = next_offset; in Advance()
H A Dinterpreter-assembler.h398 CodeStubAssembler::TVariable<IntPtrT> bytecode_offset_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-array-accessor.cc60 bytecode_offset_(initial_offset), in BytecodeArrayAccessor()
73 bytecode_offset_ = offset; in SetOffset()
82 interpreter::Bytecodes::FromByte(bytecode_array()->get(bytecode_offset_)); in ApplyDebugBreak()
86 bytecode_array()->set(bytecode_offset_, in ApplyDebugBreak()
92 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in UpdateOperandScale()
106 return bytecode_offset_ >= 0 && bytecode_offset_ < bytecode_array()->length(); in OffsetInBounds()
112 bytecode_array()->get(bytecode_offset_ + current_prefix_offset()); in current_bytecode()
131 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetUnsignedOperand()
147 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetSignedOperand()
209 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRegisterOperand()
[all …]
H A Dbytecode-array-accessor.h103 int current_offset() const { return bytecode_offset_; } in current_offset()
160 int bytecode_offset_; variable
H A Dinterpreter-assembler.cc36 bytecode_offset_, in InterpreterAssembler()
84 (bytecode_offset_.value() == in BytecodeOffset()
87 bytecode_offset_ = ReloadBytecodeOffset(); in BytecodeOffset()
89 return bytecode_offset_.value(); in BytecodeOffset()
1086 bytecode_offset_ = next_offset; in Advance()
H A Dinterpreter-assembler.h398 CodeStubAssembler::TVariable<IntPtrT> bytecode_offset_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-accessor.cc20 bytecode_offset_(initial_offset), in BytecodeArrayAccessor()
27 bytecode_offset_ = offset; in SetOffset()
33 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in UpdateOperandScale()
47 return bytecode_offset_ >= 0 && bytecode_offset_ < bytecode_array()->length(); in OffsetInBounds()
53 bytecode_array()->get(bytecode_offset_ + current_prefix_offset()); in current_bytecode()
72 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetUnsignedOperand()
88 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetSignedOperand()
138 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRegisterOperand()
241 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_); in PrintTo()
H A Dbytecode-array-accessor.h75 int current_offset() const { return bytecode_offset_; } in current_offset()
123 int bytecode_offset_; variable
H A Dinterpreter-assembler.cc39 bytecode_offset_, MachineType::PointerRepresentation(), in InterpreterAssembler()
88 (bytecode_offset_.value() == in BytecodeOffset()
90 bytecode_offset_.Bind(ReloadBytecodeOffset()); in BytecodeOffset()
92 return bytecode_offset_.value(); in BytecodeOffset()
1303 bytecode_offset_.Bind(next_offset); in Advance()
H A Dinterpreter-assembler.h418 CodeStubAssembler::Variable bytecode_offset_; variable
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Dmessages.h52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()
59 int bytecode_offset_; variable
H A 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()
/dports/lang/v8/v8-9.6.180.12/src/deoptimizer/
H A 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
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/
H A Dmessages.h51 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()
58 int bytecode_offset_; variable
H A Dmessages.cc39 bytecode_offset_(-1) {} in MessageLocation()
46 bytecode_offset_(-1), in MessageLocation()
55 bytecode_offset_(bytecode_offset), in MessageLocation()
59 : start_pos_(-1), end_pos_(-1), bytecode_offset_(-1) {} in MessageLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Dmessages.h52 int bytecode_offset() const { return bytecode_offset_; } in bytecode_offset()
59 int bytecode_offset_; variable
H A Dmessages.cc39 bytecode_offset_(-1) {} in MessageLocation()
46 bytecode_offset_(-1), in MessageLocation()
55 bytecode_offset_(bytecode_offset), in MessageLocation()
59 : start_pos_(-1), end_pos_(-1), bytecode_offset_(-1) {} in MessageLocation()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A 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()
1078 bytecode_offset_ = next_offset; in Advance()
H A Dinterpreter-assembler.h383 CodeStubAssembler::TVariable<IntPtrT> bytecode_offset_; variable