Searched refs:BytecodeArrayIterator (Results 1 – 9 of 9) sorted by relevance
15 BytecodeArrayIterator::BytecodeArrayIterator( in BytecodeArrayIterator() function in v8::internal::interpreter::BytecodeArrayIterator24 void BytecodeArrayIterator::Advance() { in Advance()29 void BytecodeArrayIterator::UpdateOperandScale() { in UpdateOperandScale()44 bool BytecodeArrayIterator::done() const { in done()48 Bytecode BytecodeArrayIterator::current_bytecode() const { in current_bytecode()57 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size()62 uint32_t BytecodeArrayIterator::GetUnsignedOperand( in GetUnsignedOperand()78 int32_t BytecodeArrayIterator::GetSignedOperand( in GetSignedOperand()94 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand()100 uint32_t BytecodeArrayIterator::GetUnsignedImmediateOperand( in GetUnsignedImmediateOperand()[all …]
19 class V8_EXPORT_PRIVATE BytecodeArrayIterator {21 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);62 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
35 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) { in AdvanceToOffsetForTracing()48 interpreter::BytecodeArrayIterator& bytecode_iterator, in PrintRegisters()115 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()142 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array); in RUNTIME_FUNCTION()179 interpreter::BytecodeArrayIterator it(bytecode_array); in RUNTIME_FUNCTION()
301 interpreter::BytecodeArrayIterator iterator(bytecode); in DetermineEntryAndDisarmOSRForInterpreter()
241 const interpreter::BytecodeArrayIterator& bytecode_iterator() const { in bytecode_iterator()246 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()281 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
22 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
29 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in Analyze()
648 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
15081 interpreter::BytecodeArrayIterator iterator(handle(this)); in Disassemble()