Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp358 if (caches_.IsInL1Cache(key.value())) { in GetFrameChildByIndex()
425 if (caches_.IsInL1Cache(key) && child.item) { in OnRecycle()
434 if (caches_.IsInL1Cache(key) && child.item) { in OnReuse()
H A Drepeat_virtual_scroll_caches.h148 bool IsInL1Cache(const std::string& key) const in IsInL1Cache() function