Home
last modified time | relevance | path

Searched refs:SetIsCompiledFastCall (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp102 jsFunction_->SetIsCompiledFastCall(funcEntryDes->isFastCall_); in InstallOsrCode()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h64 void SetIsCompiledFastCall(bool isFastCall) in SetIsCompiledFastCall() function
Djs_function.cpp1191 SetIsCompiledFastCall(isFastCall); in SetCompiledFuncEntry()
1207 SetIsCompiledFastCall(false); in ClearCompiledCodeFlags()