Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
H A Dcommon.h100 ecma_compiled_code_t *bytecode_p; /**< compiled function or regexp pointer */ member
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c379 const uint8_t *bytecode_p = bytecode_start_p; in re_dump_bytecode() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A 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
H A 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
H A Decma-helpers.c1346 ecma_bytecode_ref (ecma_compiled_code_t *bytecode_p) /**< byte code pointer */ in ecma_bytecode_ref() argument
1362 ecma_bytecode_deref (ecma_compiled_code_t *bytecode_p) /**< byte code pointer */ in ecma_bytecode_deref() argument
[all...]
H A 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/api/
H A 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; snapshot_load_compiled_code() local
955 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) (snapshot_data_p + func_offset); jerry_snapshot_result() local
1069 const ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) buffer_p; scan_snapshot_functions() local
1140 const ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) buffer_p; update_literal_offsets() local
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c281 vm_run_module (const ecma_compiled_code_t *bytecode_p, /**< pointer to bytecode to run */ in vm_run_module() argument
307 vm_run_global (const ecma_compiled_code_t *bytecode_p) /**< pointer to bytecode to run */ in vm_run_global() argument
444 ecma_compiled_code_t *bytecode_p; in vm_construct_literal_object() local
[all...]

Completed in 12 milliseconds