Searched refs:set_bytecode_array (Results 1 – 4 of 4) sorted by relevance
602 interpreter_data().set_bytecode_array(bytecode); in SetActiveBytecodeArray()606 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array() function
335 inline void set_bytecode_array(BytecodeArray bytecode);
302 interpreter_data->set_bytecode_array(info->GetBytecodeArray(isolate)); in CreateInterpreterDataForDeserializedCode()
614 interpreter_data->set_bytecode_array(*bytecode_array); in InstallInterpreterTrampolineCopy()650 shared_info->set_bytecode_array(*compilation_info->bytecode_array()); in InstallUnoptimizedCode()