Home
last modified time | relevance | path

Searched refs:current_bytecode_size (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc24 bytecode_offset_ += current_bytecode_size(); in Advance()
56 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size() function in v8::internal::interpreter::BytecodeArrayIterator
Dbytecode-array-iterator.h24 int current_bytecode_size() const;
/external/v8/src/runtime/
Druntime-interpreter.cc34 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()
/external/v8/test/unittests/interpreter/
Dbytecode-array-iterator-unittest.cc249 CHECK_EQ(iterator.current_bytecode_size(), 6); in TEST_F()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc111 builder->bytecode_iterator().current_bytecode_size()); in FrameStateBeforeAndAfter()