Searched defs:buffer_end_p (Results 1 - 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/lit/ |
| H A D | lit-char-helpers.c | 474 lit_parse_decimal(const lit_utf8_byte_t **buffer_p, const lit_utf8_byte_t *buffer_end_p) lit_parse_decimal() argument
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-gc.c | 304 ecma_value_t *buffer_end_p = buffer_p + collection_p->item_count; in ecma_gc_mark_promise_object() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-promise-object.c | 122 ecma_value_t *buffer_end_p = buffer_p + reactions->item_count; in ecma_promise_trigger_reactions() local
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 1060 scan_snapshot_functions(const uint8_t *buffer_p, const uint8_t *buffer_end_p, ecma_collection_t *lit_pool_p, const uint8_t *literal_base_p) scan_snapshot_functions() argument 1131 update_literal_offsets(uint8_t *buffer_p, const uint8_t *buffer_end_p, const lit_mem_to_snapshot_id_map_entry_t *lit_map_p, const uint8_t *literal_base_p) update_literal_offsets() argument 1485 jerry_append_chars_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, const char *chars, lit_utf8_size_t string_size) jerry_append_chars_to_buffer() argument 1517 jerry_append_ecma_string_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, ecma_string_t *string_p) jerry_append_ecma_string_to_buffer() argument 1540 jerry_append_number_to_buffer(uint8_t *buffer_p, uint8_t *buffer_end_p, lit_utf8_size_t number) jerry_append_number_to_buffer() argument 1623 jerry_char_t *const buffer_end_p = lit_buf_p + lit_buf_size; jerry_get_literals_from_snapshot() local [all...] |
Completed in 7 milliseconds