Lines Matching full:bytecode_array
1103 abstract_code = AbstractCode::cast(shared_info->bytecode_array());
1225 BytecodeArray* bytecode = function()->shared()->bytecode_array();
1257 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) {
1262 SetExpression(index, bytecode_array);
1286 AbstractCode::cast(function()->shared()->bytecode_array());