Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.h74 using DynamicCallNamesMap = ArenaMap<const ArenaVector<util::StringView>, uint32_t>;
105 pandasm::AnnotationData GenAnnotationDynamicCall(DynamicCallNamesMap &callNames);
DETSemitter.cpp677 pandasm::AnnotationData ETSEmitter::GenAnnotationDynamicCall(DynamicCallNamesMap &callNames) in GenAnnotationDynamicCall()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h58 using DynamicCallNamesMap = ArenaMap<const ArenaVector<util::StringView>, uint32_t>; variable
78 …dynamicCallNames_ {{DynamicCallNamesMap(Allocator()->Adapter()), DynamicCallNamesMap(Allocator()->…
852 std::array<DynamicCallNamesMap, 2U> dynamicCallNames_;