Home
last modified time | relevance | path

Searched refs:stack_bottom_p (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm.c2169 …ecma_value_t *stack_bottom_p = VM_GET_REGISTERS (frame_ctx_p) + register_end + frame_ctx_p->contex… in vm_loop() local
2171 while (stack_top_p > stack_bottom_p) in vm_loop()
4109 …ecma_value_t *stack_bottom_p = VM_GET_REGISTERS (frame_ctx_p) + register_end + frame_ctx_p->contex… in vm_loop() local
4111 while (stack_top_p > stack_bottom_p) in vm_loop()