Home
last modified time | relevance | path

Searched refs:ecma_lcache_hash_entry_t (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-lcache.c60 ecma_lcache_invalidate_entry (ecma_lcache_hash_entry_t *entry_p) /**< entry to invalidate */ in ecma_lcache_invalidate_entry()
103 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_insert()
104 ecma_lcache_hash_entry_t *entry_end_p = entry_p + ECMA_LCACHE_HASH_ROW_LENGTH; in ecma_lcache_insert()
166 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_lookup()
167 ecma_lcache_hash_entry_t *entry_end_p = entry_p + ECMA_LCACHE_HASH_ROW_LENGTH; in ecma_lcache_lookup()
202 ecma_lcache_hash_entry_t *entry_p = JERRY_CONTEXT (lcache) [row_index]; in ecma_lcache_invalidate()
Decma-globals.h1742 } ecma_lcache_hash_entry_t; typedef
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h227 ecma_lcache_hash_entry_t lcache[ECMA_LCACHE_HASH_ROWS_COUNT][ECMA_LCACHE_HASH_ROW_LENGTH];