Home
last modified time | relevance | path

Searched defs:aligned_length (Results 1 – 2 of 2) 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() local
179 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (length); in ecma_fast_array_convert_to_normal() local
281 const uint32_t aligned_length = ECMA_FAST_ARRAY_ALIGN_LENGTH (old_length); in ecma_fast_array_set_property() local
/third_party/jerryscript/jerry-core/ecma/base/
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() local