Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp45 vm_->GetJSThread()->GetCurrentEcmaContext()->GetTSManager()->SetCompilationDriver(this); in CompilationDriver()
63 vm_->GetJSThread()->GetCurrentEcmaContext()->GetTSManager()->SetCompilationDriver(nullptr); in ~CompilationDriver()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h751 void SetCompilationDriver(kungfu::CompilationDriver *cmpDriver) in SetCompilationDriver() function