Home
last modified time | relevance | path

Searched refs:ECMA_SET_NON_NULL_POINTER (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-lcache.c100 ECMA_SET_NON_NULL_POINTER (object_cp, object_p); in ecma_lcache_insert()
149 ECMA_SET_NON_NULL_POINTER (object_cp, object_p); in ecma_lcache_lookup()
161 ECMA_SET_NON_NULL_POINTER (prop_name_cp, prop_name_p); in ecma_lcache_lookup()
199 ECMA_SET_NON_NULL_POINTER (object_cp, object_p); in ecma_lcache_invalidate()
Decma-property-hashmap.c142 ECMA_SET_NON_NULL_POINTER (object_p->u1.property_list_cp, hashmap_p); in ecma_property_hashmap_create()
182 ECMA_SET_NON_NULL_POINTER (pair_list_p[entry_index], property_pair_p); in ecma_property_hashmap_create()
264 ECMA_SET_NON_NULL_POINTER (pair_list_p[entry_index], property_pair_p); in ecma_property_hashmap_insert()
Decma-helpers.h50 #define ECMA_SET_NON_NULL_POINTER(field, non_compressed_pointer) JMEM_CP_SET_NON_NULL_POINTER (fiel… macro
156 ECMA_SET_NON_NULL_POINTER (field, pointer)
Decma-helpers.c158 ECMA_SET_NON_NULL_POINTER (new_lexical_environment_p->u1.bound_object_cp, in ecma_create_object_lex_env()
481 ECMA_SET_NON_NULL_POINTER (*property_list_head_p, &first_property_pair_p->header); in ecma_create_property()
564 ECMA_SET_NON_NULL_POINTER (value.getter_setter_pair_cp, getter_setter_pair_p); in ecma_create_named_accessor_property()
Decma-helpers-value.c95 ECMA_SET_NON_NULL_POINTER (ptr_cp, ptr); in ecma_pointer_to_ecma_value()
Decma-gc.c130 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_gc_objects_cp), object_p); in ecma_init_gc_info()
Decma-helpers-string.c1552 ECMA_SET_NON_NULL_POINTER (prop_name_cp, prop_name_p); in ecma_string_to_property_name()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.c47 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_global_env_cp), global_lex_env_p); in ecma_init_global_environment()
49 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_global_scope_cp), global_lex_env_p); in ecma_init_global_environment()
94 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_global_scope_cp), global_scope_p); in ecma_create_global_lexical_block()
Decma-array-object.c204 ECMA_SET_NON_NULL_POINTER (next_property_pair_cp, property_pair_p); in ecma_fast_array_convert_to_normal()
358 ECMA_SET_NON_NULL_POINTER (object_p->u1.property_list_cp, new_values_p); in ecma_fast_array_extend()
456 ECMA_SET_NON_NULL_POINTER (new_property_list_cp, new_values_p); in ecma_delete_fast_array_properties()
Decma-objects-general.c561 ECMA_SET_NON_NULL_POINTER (value_p->getter_setter_pair_cp, getter_setter_pair_p); in ecma_op_general_object_define_own_property()
Decma-typedarray-object.c553 ECMA_SET_NON_NULL_POINTER (new_arraybuffer_p->u2.prototype_cp, prototype_p); in ecma_typedarray_create_object_with_length()
Decma-function-object.c386 ECMA_SET_NON_NULL_POINTER (func_obj_p->u2.prototype_cp, proto); in ecma_op_create_dynamic_function()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.c523 ECMA_SET_NON_NULL_POINTER (object_p->u2.prototype_cp, proto_p); in ecma_builtin_array_dispatch_construct()
Decma-builtins.c526 ECMA_SET_NON_NULL_POINTER (JERRY_CONTEXT (ecma_builtin_objects)[obj_builtin_id], obj_p); in ecma_instantiate_builtin()