Searched refs:lcache (Results 1 – 6 of 6) sorted by relevance
103 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_insert()166 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_lookup()202 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_invalidate()207 JERRY_ASSERT (entry_p - JERRY_CONTEXT (lcache) [row_index] < ECMA_LCACHE_HASH_ROW_LENGTH); in ecma_lcache_invalidate()
434 struct nl_cache *lcache = nl_cache_mngt_require_safe("route/link"); in rtnl_neigh_parse() local435 if (lcache ) { in rtnl_neigh_parse()436 struct rtnl_link *link = rtnl_link_get(lcache, in rtnl_neigh_parse()443 nl_cache_put(lcache); in rtnl_neigh_parse()
227 ecma_lcache_hash_entry_t lcache[ECMA_LCACHE_HASH_ROWS_COUNT][ECMA_LCACHE_HASH_ROW_LENGTH]; member
42 "ecma/base/ecma-lcache.c",
156 See [Internals](04.INTERNALS.md#lcache) for further details.
92 "jerry-core/ecma/base/ecma-lcache.c",