Home
last modified time | relevance | path

Searched refs:lcache (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-lcache.c103 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()
/third_party/libnl/lib/route/
Dneigh.c434 struct nl_cache *lcache = nl_cache_mngt_require_safe("route/link"); in rtnl_neigh_parse() local
435 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()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h227 ecma_lcache_hash_entry_t lcache[ECMA_LCACHE_HASH_ROWS_COUNT][ECMA_LCACHE_HASH_ROW_LENGTH]; member
/third_party/jerryscript/jerry-core/
DBUILD.gn42 "ecma/base/ecma-lcache.c",
/third_party/jerryscript/docs/
D01.CONFIGURATION.md156 See [Internals](04.INTERNALS.md#lcache) for further details.
/third_party/jerryscript/
DBUILD.gn92 "jerry-core/ecma/base/ecma-lcache.c",