Searched refs:set_bytecode_array (Results 1 – 3 of 3) sorted by relevance
482 interpreter_data()->set_bytecode_array(bytecode); in SetDebugBytecodeArray()486 void SharedFunctionInfo::set_bytecode_array(BytecodeArray* bytecode) { in set_bytecode_array() function
305 inline void set_bytecode_array(BytecodeArray* bytecode);
307 shared_info->set_bytecode_array(*bytecode_array); in InstallBytecodeArray()322 interpreter_data->set_bytecode_array(*bytecode_array); in InstallBytecodeArray()