Home
last modified time | relevance | path

Searched defs:bytecode_p (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c268 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in snapshot_add_compiled_code() local
407 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in static_snapshot_add_compiled_code() local
457 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) buffer_p; in jerry_snapshot_set_offsets() local
556 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) base_addr_p; in snapshot_load_compiled_code() local
955 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) (snapshot_data_p + func_offset); in jerry_snapshot_result() local
1069 const ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) buffer_p; in scan_snapshot_functions() local
1140 const ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) buffer_p; in update_literal_offsets() local
/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h100 ecma_compiled_code_t *bytecode_p; /**< compiled function or regexp pointer */ member
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1341 ecma_bytecode_ref (ecma_compiled_code_t *bytecode_p) /**< byte code pointer */ in ecma_bytecode_ref()
1357 ecma_bytecode_deref (ecma_compiled_code_t *bytecode_p) /**< byte code pointer */ in ecma_bytecode_deref()
Decma-literal-storage.c415 ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in ecma_save_literals_add_compiled_code() local
Decma-gc.c1118 … ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (ecma_compiled_code_t, in ecma_gc_free_object() local
Decma-globals.h979 const ecma_compiled_code_t *bytecode_p; /**< real byte code pointer */ member
1004 const ecma_compiled_code_t *bytecode_p; member
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.c379 const uint8_t *bytecode_p = bytecode_start_p; in re_dump_bytecode() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c281 vm_run_module (const ecma_compiled_code_t *bytecode_p, /**< pointer to bytecode to run */ in vm_run_module()
307 vm_run_global (const ecma_compiled_code_t *bytecode_p) /**< pointer to bytecode to run */ in vm_run_global()
444 ecma_compiled_code_t *bytecode_p; in vm_construct_literal_object() local