Home
last modified time | relevance | path

Searched defs:asyncMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DasyncMethodLowering.cpp73 …dDefinition *CreateAsyncImplMethod(checker::ETSChecker *checker, ir::MethodDefinition *asyncMethod, in CreateAsyncImplMethod()
127 …MethodDefinition *CreateAsyncProxy(checker::ETSChecker *checker, ir::MethodDefinition *asyncMethod, in CreateAsyncProxy()
DlambdaLowering.cpp434 auto *asyncMethod = CreateCalleeMethod(ctx, lambda, info, &cmInfoAsync); in CreateCallee() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2021 std::string ETSChecker::GetAsyncImplName(ir::MethodDefinition *asyncMethod) in GetAsyncImplName()