Home
last modified time | relevance | path

Searched refs:set_bytecode_array (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h602 interpreter_data().set_bytecode_array(bytecode); in SetActiveBytecodeArray()
606 void SharedFunctionInfo::set_bytecode_array(BytecodeArray bytecode) { in set_bytecode_array() function
Dshared-function-info.h335 inline void set_bytecode_array(BytecodeArray bytecode);
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc302 interpreter_data->set_bytecode_array(info->GetBytecodeArray(isolate)); in CreateInterpreterDataForDeserializedCode()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc614 interpreter_data->set_bytecode_array(*bytecode_array); in InstallInterpreterTrampolineCopy()
650 shared_info->set_bytecode_array(*compilation_info->bytecode_array()); in InstallUnoptimizedCode()