Searched refs:DynamicCallNames (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | ETSemitter.cpp | 454 auto *callNames = Context()->checker->AsETSChecker()->DynamicCallNames(isConstruct); in GenAnnotations() |
H A D | ETSCompiler.cpp | 192 auto *callNames = checker->DynamicCallNames(isConstructor); in LoadDynamicName() |
/arkcompiler/ets_frontend/ets2panda/checker/ets/ | ||
H A D | dynamic.cpp | 191 DynamicCallNames(isConstruct)->try_emplace(callNames.name, 0); in ResolveDynamicCallExpression() |
/arkcompiler/ets_frontend/ets2panda/checker/ | ||
H A D | ETSchecker.h | 705 auto *DynamicCallNames(bool isConstruct) in DynamicCallNames() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::final 710 const auto *DynamicCallNames(bool isConstruct) const in DynamicCallNames() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::final |
Completed in 8 milliseconds