Searched refs:current_bytecode_size (Results 1 – 5 of 5) sorted by relevance
24 bytecode_offset_ += current_bytecode_size(); in Advance()56 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size() function in v8::internal::interpreter::BytecodeArrayIterator
24 int current_bytecode_size() const;
34 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()
249 CHECK_EQ(iterator.current_bytecode_size(), 6); in TEST_F()
111 builder->bytecode_iterator().current_bytecode_size()); in FrameStateBeforeAndAfter()