Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c132 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (length); in ecma_op_new_fast_array_object()
179 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (length); in ecma_fast_array_convert_to_normal()
281 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_fast_array_set_property()
335 const uint32_t old_length_aligned = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_fast_array_extend()
336 const uint32_t new_length_aligned = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_fast_array_extend()
420 const uint32_t old_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_delete_fast_array_properties()
444 const uint32_t new_aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (new_length); in ecma_delete_fast_array_properties()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h943 #define ECMA_FAST_ARRAY_ALIGN_LENGTH(length) \ macro
Decma-gc.c825 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (ext_object_p->u.array.length); in ecma_free_fast_access_array()