Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h128 …static JSTaggedValue GetExternalModuleVarFastPathForJIT(JSThread *thread, int32_t index, JSFunctio…
Djs_module_manager.cpp75 JSTaggedValue ModuleManager::GetExternalModuleVarFastPathForJIT(JSThread *thread, int32_t index, JS… in GetExternalModuleVarFastPathForJIT() function in panda::ecmascript::ModuleManager
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp5012 return ModuleManager::GetExternalModuleVarFastPathForJIT(thread, index, jsFunc); in DEF_RUNTIME_STUBS()