Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp2108 auto it = functionalInterfaceCache_.find(hash); in GetCachedFunctionalInterface()
2109 if (it == functionalInterfaceCache_.cend()) { in GetCachedFunctionalInterface()
2118 ASSERT(functionalInterfaceCache_.find(hash) == functionalInterfaceCache_.cend()); in CacheFunctionalInterface()
2119 functionalInterfaceCache_.emplace(hash, ifaceType); in CacheFunctionalInterface()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h80 functionalInterfaceCache_(Allocator()->Adapter()),
875 FunctionalInterfaceMap functionalInterfaceCache_; member in ark::es2panda::ark::es2panda::ark::es2panda::checker::final

Completed in 5 milliseconds