Home
last modified time | relevance | path

Searched refs:CreateAsyncProxy (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1115 auto *proxy = CreateAsyncProxy(asyncMethod, classDef);
1123 auto *impl = CreateAsyncProxy(overload, classDef, false);
H A Dfunction.cpp1886 ir::MethodDefinition *ETSChecker::CreateAsyncProxy(ir::MethodDefinition *asyncMethod, ir::ClassDefinition *classDef, in CreateAsyncProxy() function in ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp176 ir::MethodDefinition *implMethod = checker->CreateAsyncProxy(node, classDef); in ComposeAsyncImplMethod()
H A DETSchecker.h471 ir::MethodDefinition *CreateAsyncProxy(ir::MethodDefinition *asyncMethod, ir::ClassDefinition *classDef,

Completed in 11 milliseconds