Home
last modified time | relevance | path

Searched defs:asyncFunc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DasyncMethodLowering.cpp47 ir::ScriptFunction *asyncFunc) in CreateAsyncImplMethodReturnTypeAnnotation()
80 ir::ScriptFunction *asyncFunc = asyncMethod->Function(); in CreateAsyncImplMethod() local
131 ir::ScriptFunction *asyncFunc = asyncMethod->Function(); in CreateAsyncProxy() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp1103 ir::MethodDefinition *ETSEmitter::FindAsyncImpl(ir::ScriptFunction *asyncFunc) in FindAsyncImpl()