Searched refs:current_bytecode_size (Results 1 – 3 of 3) sorted by relevance
25 bytecode_offset_ += current_bytecode_size(); in Advance()57 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size() function in v8::internal::interpreter::BytecodeArrayIterator
26 int current_bytecode_size() const;
37 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()