Searched refs:ext_object_size (Results 1 – 4 of 4) sorted by relevance
1040 size_t ext_object_size = sizeof (ecma_extended_object_t); in ecma_gc_free_object() local1049 ext_object_size = sizeof (ecma_extended_built_in_object_t); in ecma_gc_free_object()1051 …ext_object_size += (2 * sizeof (uint32_t)) * (length_and_bitset_size >> ECMA_BUILT_IN_BITSET_SHIFT… in ecma_gc_free_object()1056 …ext_object_size += (2 * sizeof (uint32_t)) * (length_and_bitset_size >> ECMA_BUILT_IN_BITSET_SHIFT… in ecma_gc_free_object()1059 ecma_dealloc_extended_object (object_p, ext_object_size); in ecma_gc_free_object()1088 ext_object_size = sizeof (ecma_revocable_proxy_object_t); in ecma_gc_free_object()1132 ext_object_size = sizeof (ecma_arraybuffer_external_info); in ecma_gc_free_object()1145 ext_object_size += arraybuffer_length; in ecma_gc_free_object()1159 ext_object_size = sizeof (ecma_promise_object_t); in ecma_gc_free_object()1189 ext_object_size = sizeof (ecma_dataview_object_t); in ecma_gc_free_object()[all …]
75 size_t ext_object_size, /**< size of extended objects */ in ecma_create_object() argument80 if (ext_object_size > 0) in ecma_create_object()82 new_object_p = (ecma_object_t *) ecma_alloc_extended_object (ext_object_size); in ecma_create_object()
426 ecma_object_t *ecma_create_object (ecma_object_t *prototype_object_p, size_t ext_object_size, ecma_…
373 size_t ext_object_size = (is_extended_built_in ? sizeof (ecma_extended_built_in_object_t) in ecma_instantiate_builtin() local384 ext_object_size += sizeof (uint32_t) * 2; in ecma_instantiate_builtin()387 ecma_object_t *obj_p = ecma_create_object (prototype_obj_p, ext_object_size, obj_type); in ecma_instantiate_builtin()580 size_t ext_object_size = sizeof (ecma_extended_object_t); in ecma_builtin_make_function_object_for_routine() local583 ext_object_size, in ecma_builtin_make_function_object_for_routine()