Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h281 V(OptNewLexicalEnvWithName) \
Druntime_stubs.cpp1843 DEF_RUNTIME_STUBS(OptNewLexicalEnvWithName) in DEF_RUNTIME_STUBS() argument
1845 RUNTIME_STUBS_HEADER(OptNewLexicalEnvWithName); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1965 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(OptNewLexicalEnvWithName), args, true); in LowerNewLexicalEnvWithName()