Home
last modified time | relevance | path

Searched refs:stack_top_p (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A Dvm.c557 ecma_value_t collection = *(--frame_ctx_p->stack_top_p); in vm_super_call()
565 arguments_p = frame_ctx_p->stack_top_p; in vm_super_call()
568 ecma_value_t func_value = *(--frame_ctx_p->stack_top_p); in vm_super_call()
641 *frame_ctx_p->stack_top_p++ = completion_value; in vm_super_call()
664 ecma_value_t collection = *(--frame_ctx_p->stack_top_p); in vm_spread_operation()
667 ecma_value_t func_value = *(--frame_ctx_p->stack_top_p); in vm_spread_operation()
689 ecma_value_t this_value = is_call_prop ? frame_ctx_p->stack_top_p[-2] : ECMA_VALUE_UNDEFINED; in vm_spread_operation()
708 ecma_free_value (*(--frame_ctx_p->stack_top_p)); in vm_spread_operation()
709 ecma_free_value (*(--frame_ctx_p->stack_top_p)); in vm_spread_operation()
733 *frame_ctx_p->stack_top_p in vm_spread_operation()
770 ecma_value_t *stack_top_p = frame_ctx_p->stack_top_p - arguments_list_len; opfunc_call() local
860 ecma_value_t *stack_top_p = frame_ctx_p->stack_top_p - arguments_list_len; opfunc_construct() local
981 ecma_value_t *stack_top_p; vm_loop() local
1886 stack_top_p[index], vm_loop() local
[all...]
H A Dopcodes.c318 opfunc_append_to_spread_array (ecma_value_t *stack_top_p, /**< current stack top */ in opfunc_append_to_spread_array() argument
323 ecma_object_t *array_obj_p = ecma_get_object_from_value (stack_top_p[-1]); in opfunc_append_to_spread_array()
331 if (ecma_is_value_array_hole (stack_top_p[i])) in opfunc_append_to_spread_array()
336 if (stack_top_p[i] == ECMA_VALUE_SPREAD_ELEMENT) in opfunc_append_to_spread_array()
340 ecma_value_t spread_value = stack_top_p[i]; in opfunc_append_to_spread_array()
389 ecma_free_value (stack_top_p[k]); in opfunc_append_to_spread_array()
399 stack_top_p[i], in opfunc_append_to_spread_array()
402 ecma_free_value (stack_top_p[i]); 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() argument
423 ecma_value_t arg = *stack_top_p in opfunc_spread_arguments()
495 opfunc_append_array(ecma_value_t *stack_top_p, uint16_t values_length) opfunc_append_array() argument
681 ecma_value_t *stack_top_p = executable_object_p->frame_ctx.stack_top_p; opfunc_resume_executable_object() local
933 opfunc_init_class(vm_frame_ctx_t *frame_ctx_p, ecma_value_t *stack_top_p) opfunc_init_class() argument
1195 ecma_value_t *stack_top_p = *vm_stack_top_p; opfunc_form_super_reference() local
1249 ecma_value_t *stack_top_p = *vm_stack_top_p; opfunc_assign_super_reference() local
[all...]
H A Dopcodes.h109 opfunc_spread_arguments (ecma_value_t *stack_top_p, uint8_t argument_list_len);
113 opfunc_append_array (ecma_value_t *stack_top_p, uint16_t values_length);
132 opfunc_init_class (vm_frame_ctx_t *frame_context_p, ecma_value_t *stack_top_p);
H A Dvm-defines.h46 ecma_value_t *stack_top_p; /**< stack top pointer */ member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c485 register_end_p = executable_object_p->frame_ctx.stack_top_p; in ecma_gc_mark_executable_object()
924 register_end_p = executable_object_p->frame_ctx.stack_top_p; in ecma_gc_free_executable_object()

Completed in 7 milliseconds