Home
last modified time | relevance | path

Searched refs:functionalInterfaceCache_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2062 auto it = functionalInterfaceCache_.find(hash); in GetCachedFunctionalInterface()
2063 if (it == functionalInterfaceCache_.cend()) { in GetCachedFunctionalInterface()
2072 ASSERT(functionalInterfaceCache_.find(hash) == functionalInterfaceCache_.cend()); in CacheFunctionalInterface()
2073 functionalInterfaceCache_.emplace(hash, ifaceType); in CacheFunctionalInterface()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h76 functionalInterfaceCache_(Allocator()->Adapter()),
850 FunctionalInterfaceMap functionalInterfaceCache_; variable