Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc17 SetOffset(current_offset() + current_bytecode_size()); in Advance()
Dbytecode-array-random-iterator.cc19 SetOffset(current_offset() + current_bytecode_size()); in BytecodeArrayRandomIterator()
Dbytecode-array-accessor.cc57 int BytecodeArrayAccessor::current_bytecode_size() const { in current_bytecode_size() function in v8::internal::interpreter::BytecodeArrayAccessor
197 offset < current_offset() + current_bytecode_size(); in OffsetWithinBytecode()
Dbytecode-array-accessor.h27 int current_bytecode_size() const;
/external/v8/src/runtime/
Druntime-interpreter.cc42 bytecode_iterator.current_bytecode_size() <= in AdvanceToOffsetForTracing()
/external/v8/src/compiler/
Dbytecode-analysis.cc258 int loop_end = current_offset + iterator.current_bytecode_size(); in Analyze()