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/
H A 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/
H A Dvm-defines.h44 const uint8_t *byte_code_p; /**< current byte code pointer */ member
H A Dvm-stack.c188 const uint8_t *byte_code_p; in vm_stack_find_finally() local
[all...]
H A 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; opfunc_call() local
847 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p + 1; opfunc_construct() local
978 const uint8_t *byte_code_p = frame_ctx_p->byte_code_p; vm_loop() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A 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/debugger/
H A Ddebugger.c832 uint8_t *byte_code_p = JMEM_CP_GET_NON_NULL_POINTER (uint8_t, byte_code_cp); in jerry_debugger_process_message() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A 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_object_t *) object_p); in ecma_op_lazy_instantiate_prototype_object() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c605 uint8_t *byte_code_p; in parse_print_final_cbc() local
381 parse_update_branches(parser_context_t *context_p, uint8_t *byte_code_p) parse_update_branches() argument
919 uint8_t *byte_code_p; parser_post_processing() local
[all...]

Completed in 12 milliseconds