Home
last modified time | relevance | path

Searched defs:buffer_end_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1061 const uint8_t *buffer_end_p, /**< snapshot buffer end */ in scan_snapshot_functions()
1132 const uint8_t *buffer_end_p, /**< snapshot buffer end */ in update_literal_offsets()
1486 uint8_t *buffer_end_p, /**< the end of the buffer */ in jerry_append_chars_to_buffer()
1518 uint8_t *buffer_end_p, /**< the end of the buffer */ in jerry_append_ecma_string_to_buffer()
1541 uint8_t *buffer_end_p, /**< the end of the buffer */ in jerry_append_number_to_buffer()
1623 jerry_char_t *const buffer_end_p = lit_buf_p + lit_buf_size; in jerry_get_literals_from_snapshot() local
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c475 const lit_utf8_byte_t *buffer_end_p) /**< buffer end */ in lit_parse_decimal()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c122 ecma_value_t *buffer_end_p = buffer_p + reactions->item_count; in ecma_promise_trigger_reactions() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c304 ecma_value_t *buffer_end_p = buffer_p + collection_p->item_count; in ecma_gc_mark_promise_object() local