Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c422 built_in_props_p->length_and_bitset_size = 1 << ECMA_BUILT_IN_BITSET_SHIFT; in ecma_instantiate_builtin()
576 JERRY_ASSERT (length_prop_value < (1 << ECMA_BUILT_IN_BITSET_SHIFT)); in ecma_builtin_make_function_object_for_routine()
678 JERRY_ASSERT (length < (1 << ECMA_BUILT_IN_BITSET_SHIFT)); in ecma_builtin_routine_try_to_instantiate_property()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c1051 …xt_object_size += (2 * sizeof (uint32_t)) * (length_and_bitset_size >> ECMA_BUILT_IN_BITSET_SHIFT); in ecma_gc_free_object()
1056 …xt_object_size += (2 * sizeof (uint32_t)) * (length_and_bitset_size >> ECMA_BUILT_IN_BITSET_SHIFT); in ecma_gc_free_object()
Decma-globals.h826 #define ECMA_BUILT_IN_BITSET_SHIFT 5 macro