Home
last modified time | relevance | path

Searched refs:JERRY_VLA (Results 1 - 21 of 21) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-strings.cpp90 JERRY_VLA (char, string_from_utf8, utf8_sz); in HWTEST_F()
91 JERRY_VLA (char, string_from_cesu8, cesu8_sz); in HWTEST_F()
115 JERRY_VLA (char, string_from_utf8_string, utf8_sz); in HWTEST_F()
116 JERRY_VLA (char, string_from_cesu8_string, cesu8_sz); in HWTEST_F()
138 JERRY_VLA (char, test_string, utf8_sz); in HWTEST_F()
240 JERRY_VLA (char, substring, cesu8_sz); in HWTEST_F()
268 JERRY_VLA (char, fullstring, cesu8_sz); in HWTEST_F()
279 JERRY_VLA (char, number_substring, cesu8_sz); in HWTEST_F()
294 JERRY_VLA (char, supl_substring, cesu8_sz); in HWTEST_F()
H A Dtest-arraybuffer.cpp61 JERRY_VLA (char, string_from_utf8, utf8_sz); in assert_handler()
211 JERRY_VLA (uint8_t, buffer_p, buffer_size); in HWTEST_F()
226 JERRY_VLA (uint8_t, test_buffer, buffer_size); in HWTEST_F()
244 JERRY_VLA (uint8_t, buffer_p, buffer_size); in HWTEST_F()
H A Dtest-api.cpp1013 JERRY_VLA (char, string_console, cesu8_sz); in HWTEST_F()
1034 JERRY_VLA (char, string_greek_zero_sign, cesu8_sz); in HWTEST_F()
1055 JERRY_VLA (char, buff, buff_size + 1); in HWTEST_F()
1077 JERRY_VLA (char, buff, buff_size + 1); in HWTEST_F()
H A Dtest-symbol.cpp198 JERRY_VLA (jerry_char_t, str_buff, bar_symbol_string_size); in HWTEST_F()
H A Dtest-api-set-and-clear-error-flag.cpp27 JERRY_VLA (jerry_char_t, str_buff, size); in compare_str()
H A Dtest-typedarray.cpp73 JERRY_VLA (char, string_from_utf8, utf8_sz); in assert_handler()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-compiler.h63 #define JERRY_VLA(type, name, size) type *name = (type *) (_alloca (sizeof (type) * size)) macro
171 #ifndef JERRY_VLA
172 #define JERRY_VLA(type, name, size) type name[size] macro
173 #endif /* !JERRY_VLA */
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-module-canonical.c29 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in get_canonical_name()
51 JERRY_VLA (jerry_char_t, name_string, name_size + 1); in resolve()
H A Dtest-ext-arg.c837 JERRY_VLA (char, buf, buf_len + 1); in test_utf8_string()
/third_party/jerryscript/jerry-ext/arg/
H A Darg.c131 JERRY_VLA (jerry_value_t, prop, name_cnt); in jerryx_arg_transform_object_properties()
194 JERRY_VLA (jerry_value_t, arr, c_arg_cnt); in jerryx_arg_transform_array()
/third_party/jerryscript/tests/unit-ext/module/
H A Djerry-module-test.c89 JERRY_VLA (jerry_char_t, name_string, name_size); in resolve_differently_handled_module()
116 JERRY_VLA (jerry_char_t, name_string, name_size); in cache_check()
/third_party/jerryscript/jerry-main/
H A Dmain-unix-snapshot.c488 JERRY_VLA (const uint32_t *, snapshot_buffers, argc); in process_literal_dump()
489 JERRY_VLA (size_t, snapshot_buffer_sizes, argc); in process_literal_dump()
676 JERRY_VLA (const uint32_t *, merge_buffers, argc); in process_merge()
677 JERRY_VLA (size_t, merge_buffer_sizes, argc); in process_merge()
H A Dmain-unix.c482 JERRY_VLA (const char *, file_names, argc); in main()
487 JERRY_VLA (const char *, exec_snapshot_file_names, argc); in main()
488 JERRY_VLA (uint32_t, exec_snapshot_file_indices, argc); in main()
838 JERRY_VLA (jerry_char_t, str_buf, str_size); in main()
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c198 JERRY_VLA (jerry_char_t, name_string, name_size); in jerryx_resolve_native_module()
251 JERRY_VLA (jerry_value_t, canonical_names, resolver_count); in jerryx_module_resolve_local()
/third_party/jerryscript/jerry-port/default/
H A Ddefault-io.c94 JERRY_VLA (char, buffer, length + 1); in jerry_port_log()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.c310 JERRY_VLA (lit_utf8_byte_t, swap_block_p, element_size); in ecma_op_dataview_get_set_view_value()
H A Decma-regexp-object.c789 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run()
876 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run()
967 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run()
1046 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, group_p->subcapture_count); in ecma_regexp_run()
1293 JERRY_VLA (const lit_utf8_byte_t *, saved_captures_p, capture_count); in ecma_regexp_run()
H A Decma-objects.c2116 JERRY_VLA (uint32_t, names_hashes_bitmap, names_hashes_bitmap_size); in ecma_op_object_get_property_names()
2238 JERRY_VLA (uint32_t, own_names_hashes_bitmap, own_names_hashes_bitmap_size); in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c597 JERRY_VLA (lit_utf8_byte_t, date_buffer, date_buffer_length); in ecma_date_to_string_format()
H A Decma-builtin-helpers.c172 JERRY_VLA (lit_utf8_byte_t, str_buffer, buffer_size); in ecma_builtin_helper_object_to_string()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c4476 JERRY_VLA (uintptr_t, stack, frame_size); in vm_run()

Completed in 24 milliseconds