Home
last modified time | relevance | path

Searched refs:buffer_end_p (Results 1 – 5 of 5) 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() argument
1065 JERRY_ASSERT (buffer_end_p > buffer_p); in scan_snapshot_functions()
1124 while (buffer_p < buffer_end_p); in scan_snapshot_functions()
1132 const uint8_t *buffer_end_p, /**< snapshot buffer end */ in update_literal_offsets() argument
1136 JERRY_ASSERT (buffer_end_p > buffer_p); in update_literal_offsets()
1209 while (buffer_p < buffer_end_p); in update_literal_offsets()
1486 uint8_t *buffer_end_p, /**< the end of the buffer */ in jerry_append_chars_to_buffer() argument
1490 if (buffer_p > buffer_end_p) in jerry_append_chars_to_buffer()
1500 if (buffer_p + string_size <= buffer_end_p) in jerry_append_chars_to_buffer()
1508 return buffer_end_p + 1; in jerry_append_chars_to_buffer()
[all …]
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c475 const lit_utf8_byte_t *buffer_end_p) /**< buffer end */ in lit_parse_decimal() argument
482 while (current_p < buffer_end_p && lit_char_is_decimal_digit (*current_p)) in lit_parse_decimal()
Dlit-char-helpers.h221 …_t lit_parse_decimal (const lit_utf8_byte_t **buffer_p, const lit_utf8_byte_t *const buffer_end_p);
/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
124 while (buffer_p < buffer_end_p) in ecma_promise_trigger_reactions()
/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
306 while (buffer_p < buffer_end_p) in ecma_gc_mark_promise_object()