Searched refs:JERRYX_SCOPE_PRELIST_SIZE (Results 1 – 5 of 5) sorted by relevance
32 jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 163 && (scope <= (jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 1)); in jerryx_handle_scope_is_in_prelist()153 if (jerryx_handle_scope_pool.count < JERRYX_SCOPE_PRELIST_SIZE) in jerryx_handle_scope_alloc()163 if (jerryx_handle_scope_pool.count != JERRYX_SCOPE_PRELIST_SIZE) in jerryx_handle_scope_alloc()
51 …jerryx_handle_scope_t prelist[JERRYX_SCOPE_PRELIST_SIZE]; /**< inlined handle scopes in the pool */
30 #ifndef JERRYX_SCOPE_PRELIST_SIZE31 #define JERRYX_SCOPE_PRELIST_SIZE 20 macro36 STATIC_ASSERT (JERRYX_SCOPE_PRELIST_SIZE < 32, JERRYX_SCOPE_PRELIST_SIZE_must_be_less_than_size_of_…
78 jerry_value_t obj = create_object_nested (JERRYX_SCOPE_PRELIST_SIZE * 2); in test_handle_scope_val()
112 …on list, use build definition `JERRYX_HANDLE_PRELIST_SIZE` and `JERRYX_SCOPE_PRELIST_SIZE` to alte…