Home | History | Annotate | Download | only in interpreter

Lines Matching refs:array_builder_

14       : array_builder_(array_builder),
15 previous_bytecode_start_(array_builder_.last_bytecode_start_) {
18 DCHECK(array_builder_.LastBytecodeInSameBlock());
23 DCHECK_EQ(array_builder_.last_bytecode_start_, previous_bytecode_start_);
25 array_builder_.bytecodes()->at(previous_bytecode_start_));
31 DCHECK_EQ(array_builder_.last_bytecode_start_, previous_bytecode_start_);
45 array_builder_.bytecodes()->at(operand_offset));
48 (array_builder_.bytecodes()->at(operand_offset) << 8) +
49 array_builder_.bytecodes()->at(operand_offset + 1);
55 return array_builder_.constant_array_builder()->At(
60 const BytecodeArrayBuilder& array_builder_;