Home
last modified time | relevance | path

Searched refs:ecma_bytecode_deref (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-compiler.c91 ecma_bytecode_deref ((ecma_compiled_code_t *) cached_bytecode_p); in re_cache_gc()
169 ecma_bytecode_deref ((ecma_compiled_code_t *) JERRY_CONTEXT (re_cache)[cache_idx]); in re_compile_bytecode()
/third_party/jerryscript/jerry-core/parser/js/
Dcommon.c48 ecma_bytecode_deref (literal_p->u.bytecode_p); in util_free_literal()
Djs-parser.c2778 ecma_bytecode_deref (*bytecode_data_p); in parser_parse_script()
Djs-parser-statm.c823 ecma_bytecode_deref (literal_p->u.bytecode_p); in parser_parse_function_statement()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c410 ecma_bytecode_deref ((ecma_compiled_code_t *) old_bc_p); in ecma_builtin_regexp_prototype_compile()
419 ecma_bytecode_deref ((ecma_compiled_code_t *) old_bc_p); in ecma_builtin_regexp_prototype_compile()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c786 ecma_bytecode_deref (bytecode_data_p); in jerry_generate_snapshot_with_args()
816 ecma_bytecode_deref (bytecode_data_p); in jerry_generate_snapshot_with_args()
838 ecma_bytecode_deref (bytecode_data_p); in jerry_generate_snapshot_with_args()
1001 ecma_bytecode_deref (bytecode_p); in jerry_snapshot_result()
1010 ecma_bytecode_deref (bytecode_p); in jerry_snapshot_result()
Djerry.c500 ecma_bytecode_deref (bytecode_data_p); in jerry_parse()
581 ecma_bytecode_deref (bytecode_data_p); in jerry_parse_function()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c651 ecma_bytecode_deref (module_p->compiled_code_p); in ecma_module_evaluate()
1054 ecma_bytecode_deref (module_p->compiled_code_p); in ecma_module_release_module()
Decma-gc.c876 ecma_bytecode_deref ((ecma_compiled_code_t *) bytecode_header_p); in ecma_gc_free_executable_object()
1121 ecma_bytecode_deref (bytecode_p); in ecma_gc_free_object()
1242 ecma_bytecode_deref (byte_code_p); in ecma_gc_free_object()
Decma-helpers.c1357 ecma_bytecode_deref (ecma_compiled_code_t *bytecode_p) /**< byte code pointer */ in ecma_bytecode_deref() function
1403 ecma_bytecode_deref (bytecode_literal_p); in ecma_bytecode_deref()
Decma-helpers.h487 void ecma_bytecode_deref (ecma_compiled_code_t *bytecode_p);
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c376 ecma_bytecode_deref (bytecode_data_p); in ecma_op_create_dynamic_function()
390 ecma_bytecode_deref (bytecode_data_p); in ecma_op_create_dynamic_function()
/third_party/jerryscript/jerry-core/vm/
Dvm.c426 ecma_bytecode_deref (bytecode_data_p); in vm_run_eval()
429 ecma_bytecode_deref (bytecode_data_p); in vm_run_eval()