Searched defs:lit_pool_p (Results 1 - 2 of 2) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-literal-storage.c | 333 ecma_save_literals_append_value(ecma_value_t value, ecma_collection_t *lit_pool_p) ecma_save_literals_append_value() argument 361 ecma_save_literals_add_compiled_code(const ecma_compiled_code_t *compiled_code_p, ecma_collection_t *lit_pool_p) ecma_save_literals_add_compiled_code() argument 448 ecma_save_literals_for_snapshot(ecma_collection_t *lit_pool_p, uint32_t *buffer_p, size_t buffer_size, size_t *in_out_buffer_offset_p, lit_mem_to_snapshot_id_map_entry_t **out_map_p, uint32_t *out_map_len_p) ecma_save_literals_for_snapshot() argument [all...] |
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 803 ecma_collection_t *lit_pool_p = ecma_new_collection (); in jerry_generate_snapshot_with_args() local 1239 ecma_collection_t *lit_pool_p = ecma_new_collection (); in jerry_merge_snapshots() local 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 1593 ecma_collection_t *lit_pool_p = ecma_new_collection (); jerry_get_literals_from_snapshot() local [all...] |
Completed in 3 milliseconds