Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h283 V(OptAsyncGeneratorResolve) \
Druntime_stubs.cpp1123 DEF_RUNTIME_STUBS(OptAsyncGeneratorResolve) in DEF_RUNTIME_STUBS() argument
1125 RUNTIME_STUBS_HEADER(OptAsyncGeneratorResolve); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2317 int id = RTSTUB_ID(OptAsyncGeneratorResolve); in LowerAsyncGeneratorResolve()