HomeSort by relevance Sort by last modified time
    Searched full:bytecodearrayiterator (Results 1 - 8 of 8) sorted by null

  /external/v8/src/interpreter/
bytecode-array-iterator.cc 15 BytecodeArrayIterator::BytecodeArrayIterator(
24 void BytecodeArrayIterator::Advance() {
29 void BytecodeArrayIterator::UpdateOperandScale() {
44 bool BytecodeArrayIterator::done() const {
48 Bytecode BytecodeArrayIterator::current_bytecode() const {
57 int BytecodeArrayIterator::current_bytecode_size() const {
62 uint32_t BytecodeArrayIterator::GetUnsignedOperand(
78 int32_t BytecodeArrayIterator::GetSignedOperand(
94 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const
    [all...]
bytecode-array-iterator.h 19 class V8_EXPORT_PRIVATE BytecodeArrayIterator {
21 explicit BytecodeArrayIterator(Handle<BytecodeArray> bytecode_array);
62 DISALLOW_COPY_AND_ASSIGN(BytecodeArrayIterator);
  /external/v8/src/runtime/
runtime-interpreter.cc 35 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) {
48 interpreter::BytecodeArrayIterator& bytecode_iterator,
115 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
142 interpreter::BytecodeArrayIterator bytecode_iterator(bytecode_array);
179 interpreter::BytecodeArrayIterator it(bytecode_array);
runtime-compiler.cc 301 interpreter::BytecodeArrayIterator iterator(bytecode);
  /external/v8/src/compiler/
bytecode-branch-analysis.cc 22 interpreter::BytecodeArrayIterator iterator(bytecode_array());
bytecode-loop-analysis.cc 29 interpreter::BytecodeArrayIterator iterator(bytecode_array());
bytecode-graph-builder.h 241 const interpreter::BytecodeArrayIterator& bytecode_iterator() const {
246 const interpreter::BytecodeArrayIterator* bytecode_iterator) {
281 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
bytecode-graph-builder.cc 648 interpreter::BytecodeArrayIterator iterator(bytecode_array());
    [all...]

Completed in 284 milliseconds