Home
last modified time | relevance | path

Searched defs:obj_p (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_lpat.c94 union acpi_object *obj_p, *obj_e; in acpi_lpat_get_conversion_table() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_lpat.c94 union acpi_object *obj_p, *obj_e; in acpi_lpat_get_conversion_table() local
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-tagged-template-literal.c126 parser_tagged_template_literal_freeze_array (ecma_object_t *obj_p) in parser_tagged_template_literal_freeze_array() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-error-prototype.c53 ecma_builtin_error_prototype_object_to_string_helper (ecma_object_t *obj_p, /**< error object */ in ecma_builtin_error_prototype_object_to_string_helper() argument
93 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_error_prototype_object_to_string() local
H A Decma-builtin-string-iterator-prototype.c60 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_string_iterator_prototype_object_next() local
H A Decma-builtin-array-iterator-prototype.c61 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_array_iterator_prototype_object_next() local
H A Decma-builtin-object-prototype.c111 ecma_builtin_object_prototype_object_to_locale_string (ecma_object_t *obj_p) /**< this argument */ in ecma_builtin_object_prototype_object_to_locale_string() argument
147 ecma_builtin_object_prototype_object_has_own_property (ecma_object_t *obj_p, /**< this argument */ in ecma_builtin_object_prototype_object_has_own_property() argument
179 ecma_builtin_object_prototype_object_is_prototype_of (ecma_object_t *obj_p, /**< this argument */ in ecma_builtin_object_prototype_object_is_prototype_of() argument
209 ecma_builtin_object_prototype_object_property_is_enumerable (ecma_object_t *obj_p, /**< thi argument
274 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); ecma_builtin_object_prototype_dispatch_routine() local
324 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); ecma_builtin_object_prototype_dispatch_routine() local
[all...]
H A Decma-builtin-dataview-prototype.c97 ecma_dataview_object_t *obj_p = ecma_op_dataview_get_object (this_arg); in ecma_builtin_dataview_prototype_object_getters() local
H A Decma-builtin-array.c429 ecma_object_t *obj_p = ecma_get_object_from_value (ret_val); in ecma_builtin_array_object_of() local
H A Decma-builtin-reflect.c236 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
264 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
299 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
313 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
319 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); ecma_builtin_reflect_dispatch_routine() local
[all...]
H A Decma-builtin-function-prototype.c114 ecma_object_t *obj_p = ecma_get_object_from_value (arg2); in ecma_builtin_function_prototype_object_apply() local
H A Decma-builtin-date.c750 ecma_object_t *obj_p = ecma_create_object (prototype_obj_p, in ecma_builtin_date_dispatch_construct() local
H A Decma-builtin-regexp-prototype.c627 ecma_builtin_is_regexp_exec (ecma_extended_object_t *obj_p) in ecma_builtin_is_regexp_exec() argument
H A Decma-builtin-object.c120 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_builtin_object_dispatch_construct() local
138 ecma_builtin_object_object_get_prototype_of (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_get_prototype_of() argument
191 ecma_object_t *obj_p = ecma_get_object_from_value (arg1); in ecma_builtin_object_object_set_prototype_of() local
255 ecma_object_t *obj_p = ecma_get_object_from_value (arg1); ecma_builtin_object_object_set_proto() local
298 ecma_builtin_object_object_get_own_property_names(ecma_object_t *obj_p) ecma_builtin_object_object_get_own_property_names() argument
315 ecma_builtin_object_object_get_own_property_symbols(ecma_object_t *obj_p) ecma_builtin_object_object_get_own_property_symbols() argument
332 ecma_builtin_object_set_integrity_level(ecma_object_t *obj_p, bool is_seal) ecma_builtin_object_set_integrity_level() argument
481 ecma_builtin_object_object_seal(ecma_object_t *obj_p) ecma_builtin_object_object_seal() argument
512 ecma_builtin_object_object_freeze(ecma_object_t *obj_p) ecma_builtin_object_object_freeze() argument
543 ecma_builtin_object_object_prevent_extensions(ecma_object_t *obj_p) ecma_builtin_object_object_prevent_extensions() argument
585 ecma_builtin_object_test_integrity_level(ecma_object_t *obj_p, int mode) ecma_builtin_object_test_integrity_level() argument
684 ecma_builtin_object_object_is_extensible(ecma_object_t *obj_p) ecma_builtin_object_object_is_extensible() argument
706 ecma_builtin_object_object_keys(ecma_object_t *obj_p) ecma_builtin_object_object_keys() argument
721 ecma_builtin_object_object_get_own_property_descriptor(ecma_object_t *obj_p, ecma_string_t *name_str_p) ecma_builtin_object_object_get_own_property_descriptor() argument
759 ecma_builtin_object_object_define_properties(ecma_object_t *obj_p, ecma_value_t arg2) ecma_builtin_object_object_define_properties() argument
874 ecma_object_t *obj_p = NULL; ecma_builtin_object_object_create() local
911 ecma_builtin_object_object_define_property(ecma_object_t *obj_p, ecma_string_t *name_str_p, ecma_value_t arg3) ecma_builtin_object_object_define_property() argument
1121 ecma_object_t *obj_p; ecma_builtin_object_dispatch_routine() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-external-pointers.c37 ecma_create_native_pointer_property (ecma_object_t *obj_p, /**< object to create property in */ in ecma_create_native_pointer_property() argument
115 ecma_get_native_pointer_value (ecma_object_t *obj_p, /**< object to get property value from */ in ecma_get_native_pointer_value() argument
163 ecma_delete_native_pointer_property (ecma_object_t *obj_p, /**< object to delete property from */ in ecma_delete_native_pointer_property() argument
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes-ecma-arithmetics.c111 ecma_object_t *obj_p = ecma_get_object_from_value (left_value); in opfunc_addition() local
123 ecma_object_t *obj_p = ecma_get_object_from_value (right_value); in opfunc_addition() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-string-object.c86 ecma_op_string_list_lazy_property_names (ecma_object_t *obj_p, /**< a String object */ in ecma_op_string_list_lazy_property_names() argument
H A Decma-get-put-value.c133 ecma_object_t *obj_p; in ecma_op_get_value_object_base() local
H A Decma-objects-arguments.c69 ecma_object_t *obj_p; in ecma_op_create_arguments_object() local
[all...]
H A Decma-objects-general.c115 ecma_object_t *obj_p = ecma_create_object (object_prototype_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_create_object_object_noarg_and_set_prototype() local
139 ecma_op_general_object_delete (ecma_object_t *obj_p, /**< the object */ in ecma_op_general_object_delete() argument
229 ecma_op_general_object_default_value(ecma_object_t *obj_p, ecma_preferred_type_hint_t hint) ecma_op_general_object_default_value() argument
302 ecma_op_general_object_ordinary_value(ecma_object_t *obj_p, ecma_preferred_type_hint_t hint) ecma_op_general_object_ordinary_value() argument
[all...]
H A Decma-iterator-object.c249 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_next() local
301 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_return() local
345 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_throw() local
397 ecma_object_t *obj_p = ecma_get_object_from_value (iter_result); in ecma_op_iterator_value() local
524 ecma_object_t *obj_p = ecma_get_object_from_value (result); in ecma_op_iterator_step() local
590 ecma_object_t *obj_p = ecma_get_object_from_value (result); ecma_op_iterator_do() local
[all...]
H A Decma-conversion.c197 ecma_object_t *obj_p = ecma_get_object_from_value (value); in ecma_op_to_primitive() local
559 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_from_property_descriptor() local
676 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); ecma_op_to_property_descriptor() local
997 ecma_object_t *obj_p = ecma_get_object_from_value (arr); ecma_op_create_list_from_array_like() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray.c95 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_from() local
136 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_of() local
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c31 virtio_gpu_gem_create(struct drm_file *file, struct drm_device *dev, struct virtio_gpu_object_params *params, struct drm_gem_object **obj_p, uint32_t *handle_p) virtio_gpu_gem_create() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c31 virtio_gpu_gem_create(struct drm_file *file, struct drm_device *dev, struct virtio_gpu_object_params *params, struct drm_gem_object **obj_p, uint32_t *handle_p) virtio_gpu_gem_create() argument

Completed in 16 milliseconds

12