Lines Matching refs:BytecodeArrayIterator
26 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;
151 reinterpret_cast<BytecodeArrayIterator*>(iterator)->UpdatePointers(); in UpdatePointersCallback()