Home
last modified time | relevance | path

Searched refs:jmem_stats_allocate_byte_code_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c32 jmem_stats_allocate_byte_code_bytes (size_t byte_code_size) in jmem_stats_allocate_byte_code_bytes() function
Djmem.h177 void jmem_stats_allocate_byte_code_bytes (size_t property_size);
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c619 jmem_stats_allocate_byte_code_bytes (code_size); in snapshot_load_compiled_code()
641 jmem_stats_allocate_byte_code_bytes (new_code_size); in snapshot_load_compiled_code()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c1231 jmem_stats_allocate_byte_code_bytes (total_size); in parser_post_processing()