Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h335 V(OptAsyncGeneratorResolve) \
Druntime_stubs.cpp1555 DEF_RUNTIME_STUBS(OptAsyncGeneratorResolve) in DEF_RUNTIME_STUBS() argument
1557 RUNTIME_STUBS_HEADER(OptAsyncGeneratorResolve); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2248 int id = RTSTUB_ID(OptAsyncGeneratorResolve); in LowerAsyncGeneratorResolve()