Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-generator-prototype.c165 const uint8_t *byte_code_p = executable_object_p->frame_ctx.byte_code_p; in ecma_builtin_generator_prototype_object_do() local
/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c188 const uint8_t *byte_code_p; in vm_stack_find_finally() local
Dvm-defines.h44 const uint8_t *byte_code_p; /**< current byte code pointer */ member
Dvm.c546 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p + 3; in vm_super_call() local
755 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p + 1; in opfunc_call() local
847 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p + 1; in opfunc_construct() local
978 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p; in vm_loop() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c382 uint8_t *byte_code_p) /**< byte code */ in parse_update_branches()
605 uint8_t *byte_code_p; in parse_print_final_cbc() local
919 uint8_t *byte_code_p; in parser_post_processing() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c714 const ecma_compiled_code_t *byte_code_p = ecma_op_function_get_compiled_code (ext_func_p); in ecma_gc_mark() local
1230 ecma_compiled_code_t *byte_code_p = (ECMA_GET_INTERNAL_VALUE_POINTER (ecma_compiled_code_t, in ecma_gc_free_object() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c1238 const ecma_compiled_code_t *byte_code_p = ecma_op_function_get_compiled_code (ext_func_obj_p); in ecma_op_function_construct() local
1323 …const ecma_compiled_code_t *byte_code_p = ecma_op_function_get_compiled_code ((ecma_extended_objec… in ecma_op_lazy_instantiate_prototype_object() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c832 uint8_t *byte_code_p = JMEM_CP_GET_NON_NULL_POINTER (uint8_t, byte_code_cp); in jerry_debugger_process_message() local