/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-container-object.c | 318 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_free_entries() 602 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_size() 633 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_get() 669 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_has() 718 …refs_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, (ECMA_PROPERTY_VALUE_PTR (property_p)… in ecma_op_container_set_weak() 778 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_set() 844 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_foreach() 916 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_delete() 953 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_delete_weak() 986 ecma_collection_t *refs_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_op_container_unref_weak() [all …]
|
D | ecma-objects-arguments.c | 281 ecma_object_t *lex_env_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in ecma_op_arguments_object_define_own_property()
|
D | ecma-function-object.c | 533 return ECMA_GET_INTERNAL_VALUE_POINTER (const ecma_compiled_code_t, in ecma_op_function_get_compiled_code() 541 return ECMA_GET_INTERNAL_VALUE_POINTER (const ecma_compiled_code_t, in ecma_op_function_get_compiled_code()
|
D | ecma-objects.c | 322 ecma_object_t *lex_env_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in ecma_op_object_get_own_property() 537 ecma_object_t *lex_env_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in ecma_op_object_find_own() 1344 ecma_object_t *lex_env_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in ecma_op_object_put_with_receiver()
|
D | ecma-regexp-object.c | 2772 const re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_regexp_replace_helper()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-external-pointers.c | 69 …ecma_native_pointer_t *iter_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_native_pointer_t, value_p->v… in ecma_create_native_pointer_property() 134 ecma_native_pointer_t *native_pointer_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_native_pointer_t, in ecma_get_native_pointer_value() 182 ecma_native_pointer_t *native_pointer_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_native_pointer_t, in ecma_delete_native_pointer_property()
|
D | ecma-gc.c | 337 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_map_object() 374 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_weakmap_object() 406 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_mark_set_object() 660 ecma_object_t *lex_env_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in ecma_gc_mark() 793 native_pointer_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_native_pointer_t, in ecma_gc_free_native_pointer() 983 ecma_collection_t *refs_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_free_properties() 1111 ecma_number_t *num_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_number_t, in ecma_gc_free_object() 1178 ecma_collection_t *container_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in ecma_gc_free_object() 1230 ecma_compiled_code_t *byte_code_p = (ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in ecma_gc_free_object()
|
D | ecma-helpers.h | 141 #define ECMA_GET_INTERNAL_VALUE_POINTER(type, field) \ macro 167 #define ECMA_GET_INTERNAL_VALUE_POINTER(type, field) \ macro
|
D | ecma-literal-storage.c | 415 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in ecma_save_literals_add_compiled_code()
|
D | ecma-helpers.c | 1397 … ecma_compiled_code_t *bytecode_literal_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in ecma_bytecode_deref() 1488 return ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, tagged_base_p[-1]); in ecma_compiled_code_get_tagged_template_collection()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-regexp-prototype.c | 69 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_flags_helper() 225 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_get_source() 386 re_compiled_code_t *old_bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_compile() 404 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_compile() 589 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_to_string()
|
D | ecma-builtin-date-prototype.c | 582 *ECMA_GET_INTERNAL_VALUE_POINTER (ecma_number_t, ext_object_p->u.class_prop.u.value) = full_date; in ecma_builtin_date_prototype_dispatch_set() 623 ecma_number_t *prim_value_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_number_t, in ecma_builtin_date_prototype_dispatch_routine()
|
D | ecma-builtin-regexp.c | 110 bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_dispatch_helper()
|
/third_party/jerryscript/jerry-core/ext/ |
D | heapdump.c | 172 LogAddr(ECMA_GET_INTERNAL_VALUE_POINTER(ecma_object_t, ext_obj->u.function.scope_cp)); in DumpInfoFunction() 299 ecma_object_t* lex_env = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_object_t, in DumpInfoObject()
|
/third_party/jerryscript/jerry-core/vm/ |
D | vm-stack.c | 99 collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, vm_stack_top_p[-2]); in vm_stack_context_abort()
|
D | vm.c | 450 bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in vm_construct_literal_object() 558 collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, collection); in vm_super_call() 666 ecma_collection_t *collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, collection); in vm_spread_operation() 3590 collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, context_top_p[-2]); in vm_loop() 3606 collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, stack_top_p[-2]); in vm_loop()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser.c | 1650 ecma_collection_t *collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in parser_post_processing() 2653 ecma_collection_free (ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in parser_raise_error() 2664 ecma_collection_free (ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in parser_raise_error()
|
D | js-parser-expr.c | 1425 …collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, context_p->tagged_template_lite… in parser_parse_tagged_template_literal()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 268 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in snapshot_add_compiled_code() 407 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in static_snapshot_add_compiled_code()
|