Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp590 auto *callNames = Context()->checker->AsETSChecker()->DynamicCallNames(isConstruct); in GenAnnotations() local
1155 pandasm::AnnotationData ETSEmitter::GenAnnotationDynamicCall(DynamicCallNamesMap &callNames) in GenAnnotationDynamicCall()
DETSCompiler.cpp163 auto *callNames = checker->DynamicCallNames(isConstructor); in LoadDynamicName() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp202 const auto callNames = DynamicCall::ResolveCall(VarBinder()->AsETSBinder(), callee); in ResolveDynamicCallExpression() local