Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc25 bytecode_offset_ += current_bytecode_size(); in Advance()
57 int BytecodeArrayIterator::current_bytecode_size() const { in current_bytecode_size() function in v8::internal::interpreter::BytecodeArrayIterator
Dbytecode-array-iterator.h26 int current_bytecode_size() const;
/external/v8/src/runtime/
Druntime-interpreter.cc37 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()