Home
last modified time | relevance | path

Searched defs:frame_ctx_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes.c579 opfunc_create_executable_object (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in opfunc_create_executable_object()
905 opfunc_push_class_environment (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_push_class_environment()
933 opfunc_init_class (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_init_class()
1115 opfunc_pop_lexical_environment (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in opfunc_pop_lexical_environment()
1128 opfunc_finalize_class (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_finalize_class()
1179 vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_form_super_reference()
1246 vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_assign_super_reference()
Dvm-stack.c39 vm_stack_context_abort (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_stack_context_abort()
160 vm_stack_find_finally (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_stack_find_finally()
Dvm-defines.h70 #define VM_GET_REGISTERS(frame_ctx_p) ((ecma_value_t *) ((frame_ctx_p) + 1)) argument
75 #define VM_GET_REGISTER(frame_ctx_p, i) (((ecma_value_t *) ((frame_ctx_p) + 1))[i]) argument
Dvm.c441 vm_construct_literal_object (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_construct_literal_object()
541 vm_super_call (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in vm_super_call()
658 vm_spread_operation (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in vm_spread_operation()
753 opfunc_call (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in opfunc_call()
845 opfunc_construct (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in opfunc_construct()
975 vm_loop (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in vm_loop()
4258 vm_init_exec (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_init_exec()
4362 vm_execute (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in vm_execute()
4447 vm_frame_ctx_t *frame_ctx_p; in vm_run() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c158 vm_frame_ctx_t *frame_ctx_p = JERRY_CONTEXT (vm_top_context_p); in jerry_debugger_send_backtrace() local
1221 vm_frame_ctx_t *frame_ctx_p = JERRY_CONTEXT (vm_top_context_p); in jerry_debugger_breakpoint_hit() local