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/
H A Dvm-defines.h46 ecma_value_t *stack_top_p; /**< stack top pointer */ member
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
416 opfunc_spread_arguments (ecma_value_t *stack_top_p, /**< pointer to the current stack top */ in opfunc_spread_arguments() argument
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 Dvm.c770 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...]

Completed in 4 milliseconds