Home
last modified time | relevance | path

Searched defs:stack_top_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes.c318 opfunc_append_to_spread_array (ecma_value_t *stack_top_p, /**< current stack top */ in opfunc_append_to_spread_array()
416 opfunc_spread_arguments (ecma_value_t *stack_top_p, /**< pointer to the current stack top */ in opfunc_spread_arguments()
495 opfunc_append_array (ecma_value_t *stack_top_p, /**< current stack top */ in opfunc_append_array()
681 ecma_value_t *stack_top_p = executable_object_p->frame_ctx.stack_top_p; in opfunc_resume_executable_object() local
934 ecma_value_t *stack_top_p) /**< stack top */ in opfunc_init_class()
1133 ecma_value_t *stack_top_p = *vm_stack_top_p; in opfunc_finalize_class() local
1195 ecma_value_t *stack_top_p = *vm_stack_top_p; in opfunc_form_super_reference() local
1249 ecma_value_t *stack_top_p = *vm_stack_top_p; in opfunc_assign_super_reference() local
Dvm-defines.h46 ecma_value_t *stack_top_p; /**< stack top pointer */ member
Dvm.c770 ecma_value_t *stack_top_p = frame_ctx_p->stack_top_p - arguments_list_len; in opfunc_call() local
860 ecma_value_t *stack_top_p = frame_ctx_p->stack_top_p - arguments_list_len; in opfunc_construct() local
981 ecma_value_t *stack_top_p; in vm_loop() local