Home
last modified time | relevance | path

Searched refs:SetBytecodeInfoCollector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp41 vm_->GetJSThread()->GetCurrentEcmaContext()->GetTSManager()->SetBytecodeInfoCollector(this); in BytecodeInfoCollector()
54 tsManager->SetBytecodeInfoCollector(nullptr); in ~BytecodeInfoCollector()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h599 inline void SetBytecodeInfoCollector(kungfu::BytecodeInfoCollector *bcInfoCollector) in SetBytecodeInfoCollector() function