Lines Matching defs:bytecode_array
288 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray();
290 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset()));
295 interpreter::Bytecodes::FromByte(bytecode_array.get(code_offset() + 1));
323 Handle<BytecodeArray> bytecode_array(debug_info_->DebugBytecodeArray(),
325 interpreter::BytecodeArrayIterator(bytecode_array, code_offset())
333 BytecodeArray bytecode_array = debug_info_->DebugBytecodeArray();
335 bytecode_array.set(code_offset(), original.get(code_offset()));
350 BytecodeArray bytecode_array = debug_info_->OriginalBytecodeArray();
352 handle(bytecode_array, isolate()), code_offset());
2848 BytecodeArray bytecode_array = shared.GetBytecodeArray(isolate_);
2851 handle(bytecode_array, isolate_), offset);