Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope-allocator.c32 jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 1
34 #define JERRYX_HANDLE_SCOPE_PRELIST_IDX(scope) (scope - jerryx_handle_scope_pool.prelist)
62 return (jerryx_handle_scope_pool.prelist <= scope) in jerryx_handle_scope_is_in_prelist()
63 && (scope <= (jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 1)); in jerryx_handle_scope_is_in_prelist()
68 * If given handle scope is in prelist, the parent must be in prelist too;
69 * if given is the first item of heap chain list, the parent must be the last one of prelist;
92 if (scope == jerryx_handle_scope_pool.prelist) in jerryx_handle_scope_get_parent()
96 return jerryx_handle_scope_pool.prelist + JERRYX_HANDLE_SCOPE_PRELIST_IDX (scope) - 1; in jerryx_handle_scope_get_parent()
102 * if the given handle scope is the last one of prelist, it
[all...]
H A Dhandle-scope-internal.h51 jerryx_handle_scope_t prelist[JERRYX_SCOPE_PRELIST_SIZE]; /**< inlined handle scopes in the pool */ member

Completed in 2 milliseconds