Lines Matching refs:bytecode_offset
90 original.bytecode_offset());
93 optimized.bytecode_offset());
106 if (original.bytecode_offset() < last_original_bytecode_offset) {
109 last_original_bytecode_offset = original.bytecode_offset();
111 if (optimized.bytecode_offset() < last_optimized_bytecode_offset) {
114 last_optimized_bytecode_offset = optimized.bytecode_offset();
173 : expression_positions->at(i + 1).bytecode_offset;
175 expression_positions->at(i).bytecode_offset,
184 BytecodeArrayIterator* iterator, int bytecode_offset) {
185 while (iterator->current_offset() != bytecode_offset) {
216 positions->push_back({iterator->bytecode_offset(),