Lines Matching defs:offset
29 interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) {
32 offset) {
35 DCHECK(bytecode_iterator.current_offset() == offset ||
36 ((bytecode_iterator.current_offset() + 1) == offset &&
129 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag;
131 AdvanceToOffsetForTracing(bytecode_iterator, offset);
132 if (offset == bytecode_iterator.current_offset()) {
138 const uint8_t* bytecode_address = base_address + offset;
146 << offset << " : ";
179 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag;
181 AdvanceToOffsetForTracing(bytecode_iterator, offset);
182 // The offset comparison here ensures registers only printed when the
184 // the offset as the offset of the prefix bytecode.
187 offset > bytecode_iterator.current_offset()) {