Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h402 int64_t prop_count, prop_size; member
A Drun-test262.c1476 update(prop_size); in update_stats()
A Dquickjs.c860 int prop_size; /* allocated properties */ member
4238 prop_size * sizeof(JSShapeProperty); in get_shape_size()
4361 sh->prop_size = prop_size; in js_new_shape2()
4390 size = get_shape_size(hash_size, sh1->prop_size); in js_clone_shape()
4511 sh->prop_size = new_size; in resize_properties()
4530 assert(new_size <= sh->prop_size); in compact_properties()
4569 sh->prop_size = new_size; in compact_properties()
4598 if (unlikely(sh->prop_count >= sh->prop_size)) { in add_shape_property()
5963 s->prop_size += sh->prop_size * sizeof(*p->prop); in JS_ComputeMemoryUsage()
7951 if (new_sh->prop_size != sh->prop_size) { in add_property()
[all …]

Completed in 96 milliseconds