Searched refs:set_bytecode_array (Results 1 – 5 of 5) sorted by relevance
184 target_shared->set_bytecode_array(source_shared->bytecode_array()); in RUNTIME_FUNCTION()
531 shared->set_bytecode_array(*info->bytecode_array()); in InstallSharedCompilationResult()
6018 void SharedFunctionInfo::set_bytecode_array(BytecodeArray* bytecode) { in set_bytecode_array() function
6866 inline void set_bytecode_array(BytecodeArray* bytecode);
1017 shared_info->set_bytecode_array(BytecodeArray::cast(*new_code)); in ReplaceFunctionCode()