Searched defs:bytes_p (Results 1 - 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ | ||
H A D | js-parser-mem.c | 503 const uint8_t *bytes_p = (const uint8_t *) data_p; in parser_stack_push() local 560 uint8_t *bytes_p = (uint8_t *) data_p; in parser_stack_pop() local 636 uint8_t *bytes_p = (uint8_t *) data_p; parser_stack_iterator_read() local 668 const uint8_t *bytes_p = (const uint8_t *) data_p; parser_stack_iterator_write() local [all...] |
H A D | js-parser.c | 402 uint8_t *bytes_p = byte_code_p + bytes_copied; in parse_update_branches() local [all...] |
Completed in 2 milliseconds