Home
last modified time | relevance | path

Searched defs:funcEntryDes (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp223 FuncEntryDes *funcEntryDes = reinterpret_cast<FuncEntryDes*>(GetFuncEntryDesAddress()); in GetFuncEntryDes() local
242 FuncEntryDes *funcEntryDes = nullptr; in CalCallSiteInfo() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp101 FuncEntryDes *funcEntryDes = reinterpret_cast<FuncEntryDes*>(codeObj->GetFuncEntryDes()); in InstallOsrCode() local
319 … FuncEntryDes *funcEntryDes = reinterpret_cast<FuncEntryDes*>(machineCodeObj->GetFuncEntryDes()); in InstallCodeByCompilerTier() local
Djit.cpp373 …FuncEntryDes *funcEntryDes = reinterpret_cast<FuncEntryDes *>(machineCodeHandle->GetFuncEntryDes()… in ReuseCompiledFunc() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp73 const auto &funcEntryDes = GetStubs(); in GetFuncEntryDesWithCallsite() local