Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc756 shared->SetActiveBytecodeArray(*debug_bytecode_array); in InstallDebugBytecode()
769 shared.SetActiveBytecodeArray(original_bytecode_array); in UninstallDebugBytecode()
Dshared-function-info.h345 inline void SetActiveBytecodeArray(BytecodeArray bytecode);
Dshared-function-info-inl.h592 void SharedFunctionInfo::SetActiveBytecodeArray(BytecodeArray bytecode) { in SetActiveBytecodeArray() function
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc202 sfi.SetActiveBytecodeArray(raw_debug_info.OriginalBytecodeArray()); in SerializeObjectImpl()
216 sfi.SetActiveBytecodeArray(debug_info->DebugBytecodeArray()); in SerializeObjectImpl()