Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp837 asyncImpls.push_back(CreateAsyncProxy(method, classDef)); in CreateAsyncProxyMethods()
840 auto *impl = CreateAsyncProxy(overload, classDef, false); in CreateAsyncProxyMethods()
Dfunction.cpp1529 ir::MethodDefinition *asyncImpl = CreateAsyncProxy(proxyMethod, currentClassDef); in CreateLambdaObjectForLambdaReference()
2656 ir::MethodDefinition *ETSChecker::CreateAsyncProxy(ir::MethodDefinition *asyncMethod, ir::ClassDefi… in CreateAsyncProxy() function in panda::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h415 …ir::MethodDefinition *CreateAsyncProxy(ir::MethodDefinition *asyncMethod, ir::ClassDefinition *cla…