Home
last modified time | relevance | path

Searched refs:first_p (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-mem.c117 data_p->first_p = NULL; in parser_data_init()
129 parser_mem_page_t *page_p = data_p->first_p; in parser_data_free()
182 data_p->first_p = page_p; in parser_cbc_stream_alloc_page()
253 list_p->data.first_p = page_p; in parser_list_append()
273 parser_mem_page_t *page_p = list_p->data.first_p; in parser_list_get()
296 iterator_p->current_p = list_p->data.first_p; in parser_list_iterator_init()
373 parser_mem_page_t *page_p = context_p->stack.first_p; in parser_stack_push_uint8()
394 page_p->next_p = context_p->stack.first_p; in parser_stack_push_uint8()
396 context_p->stack.first_p = page_p; in parser_stack_push_uint8()
409 parser_mem_page_t *page_p = context_p->stack.first_p; in parser_stack_pop_uint8()
[all …]
Djs-parser.c384 parser_mem_page_t *page_p = context_p->byte_code.first_p; in parse_update_branches()
508 context_p->byte_code.last_p = context_p->byte_code.first_p; in parse_update_branches()
509 context_p->byte_code.first_p = last_page_p; in parse_update_branches()
1000 page_p = context_p->byte_code.first_p; in parser_post_processing()
1359 page_p = context_p->byte_code.first_p; in parser_post_processing()
2214 && context.stack.first_p != NULL in parser_parse_source()
2215 && context.stack.first_p->next_p == NULL in parser_parse_source()
Djs-parser-internal.h319 parser_mem_page_t *first_p; /**< first allocated page */ member
Djs-parser-expr.c374 iterator.current_p = context_p->stack.first_p; in parser_append_object_literal_item()
438 uint8_t *last_page_p = context_p->stack.first_p->bytes; in parser_append_object_literal_item()
3240 parser_mem_page_t *page_p = context_p->stack.first_p; in parser_process_expression_sequence()
Djs-parser-statm.c313 iterator->current_p = context_p->stack.first_p; in parser_stack_iterator_init()
336 parser_mem_page_t *page_p = context_p->stack.first_p; in parser_stack_change_last_uint8()
Djs-scanner-util.c481 JERRY_ASSERT (literal_pool_p->literal_pool.data.first_p == NULL in scanner_pop_literal_pool()