Home
last modified time | relevance | path

Searched refs:BytecodeArrayIterator (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc17 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator
33 BytecodeArrayIterator::~BytecodeArrayIterator() { in ~BytecodeArrayIterator()
37 void BytecodeArrayIterator::SetOffset(int offset) { in SetOffset()
44 void BytecodeArrayIterator::ApplyDebugBreak() { in ApplyDebugBreak()
56 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()
71 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()
86 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()
92 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()
99 int32_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const { in GetImmediateOperand()
105 uint32_t BytecodeArrayIterator::GetRegisterCountOperand( in GetRegisterCountOperand()
[all …]
Dbytecode-array-iterator.h26 class BytecodeArrayIterator; variable
39 const BytecodeArrayIterator* iterator);
48 const BytecodeArrayIterator* iterator_;
55 JumpTableTargetOffsets(const BytecodeArrayIterator* iterator, int table_start,
64 const BytecodeArrayIterator* iterator_;
70 class V8_EXPORT_PRIVATE BytecodeArrayIterator {
72 BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array,
74 ~BytecodeArrayIterator();
76 BytecodeArrayIterator(const BytecodeArrayIterator&) = delete;
77 BytecodeArrayIterator& operator=(const BytecodeArrayIterator&) = delete;
[all …]
Dbytecode-array-random-iterator.cc15 : BytecodeArrayIterator(bytecode_array, 0), offsets_(zone) { in BytecodeArrayRandomIterator()
Dbytecode-array-random-iterator.h19 : public BytecodeArrayIterator {
Dbytecode-register.h160 friend class BytecodeArrayIterator; variable
/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc29 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()
42 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisterRange()
56 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()
130 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
180 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()
Druntime-test.cc538 interpreter::BytecodeArrayIterator it(bytecode_array, current_offset); in OffsetOfNextJumpLoop()
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc108 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLivenessForOutOperand()
157 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLivenessForInOperand()
195 const interpreter::BytecodeArrayIterator& iterator, in UpdateInLiveness()
234 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLiveness()
241 const interpreter::BytecodeArrayIterator& iterator) { in UpdateInLiveness()
273 const interpreter::BytecodeArrayIterator& iterator, in UpdateOutLiveness()
366 const interpreter::BytecodeArrayIterator& iterator, in UpdateOutLiveness()
385 const interpreter::BytecodeArrayIterator& iterator, in UpdateLiveness()
411 const interpreter::BytecodeArrayIterator& iterator, in UpdateLiveness()
426 const interpreter::BytecodeArrayIterator& iterator) { in UpdateAssignments()
[all …]
Dbytecode-graph-builder.cc410 interpreter::BytecodeArrayIterator const& bytecode_iterator() const { in bytecode_iterator()
413 interpreter::BytecodeArrayIterator& bytecode_iterator() { in bytecode_iterator()
461 interpreter::BytecodeArrayIterator bytecode_iterator_;
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.h159 const interpreter::BytecodeArrayIterator& iterator() { return iterator_; } in INTRINSICS_LIST()
168 interpreter::BytecodeArrayIterator iterator_;
Dbytecode-offset-iterator.h89 interpreter::BytecodeArrayIterator bytecode_iterator_;
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h476 interpreter::BytecodeArrayIterator iterator(bytecode().object()); in CalculatePredecessorCounts()
532 interpreter::BytecodeArrayIterator iterator_;
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc156 interpreter::BytecodeArrayIterator iterator( in HaveCachedOSRCodeForCurrentBytecodeOffset()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc1020 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in FunctionGetSideEffectState()
1242 for (interpreter::BytecodeArrayIterator it(bytecode_array); !it.done(); in ApplySideEffectChecks()
Ddebug.cc325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset()) in SetDebugBreak()
351 interpreter::BytecodeArrayIterator iterator( in GetBreakLocation()
2725 for (interpreter::BytecodeArrayIterator it(debug_bytecode); !it.done(); in ClearSideEffectChecks()
2850 interpreter::BytecodeArrayIterator bytecode_iterator( in PerformSideEffectCheckAtBytecode()
/third_party/node/deps/v8/src/objects/
Dcode.cc623 interpreter::BytecodeArrayIterator iterator(handle); in Disassemble()
Dcode-inl.h595 interpreter::BytecodeArrayIterator bytecode_iterator(bytecodes_handle, in GetBaselinePCForNextExecutedBytecode()
/third_party/node/deps/v8/src/d8/
Dd8.cc2132 i::interpreter::BytecodeArrayIterator bytecode_iterator(bytecodes); in TestVerifySourcePositions()