Searched defs:BytecodeArrayIterator (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-array-iterator.h16 class BytecodeArrayIterator { class in namespace:v8::internal::interpreter
18 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
48 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
H A Dbytecode-array-iterator.cc13 BytecodeArrayIterator::BytecodeArrayIterator( function in class:v8::internal::interpreter::BytecodeArrayIterator
18 void BytecodeArrayIterator::Advance() {
23 bool BytecodeArrayIterator::done() const {
28 Bytecode BytecodeArrayIterator::current_bytecode() const {
35 int BytecodeArrayIterator::current_bytecode_size() const {
40 uint32_t BytecodeArrayIterator::GetRawOperand(int operand_index,
61 int8_t BytecodeArrayIterator::GetImmediateOperand(int operand_index) const {
67 int BytecodeArrayIterator::GetCountOperand(int operand_index) const {
77 int BytecodeArrayIterator
[all...]

Completed in 175 milliseconds