Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm-defines.h51 ecma_value_t block_result; /**< block result */ member
Dvm.c645 ecma_fast_free_value (frame_ctx_p->block_result); in vm_super_call()
646 frame_ctx_p->block_result = completion_value; in vm_super_call()
737 ecma_fast_free_value (frame_ctx_p->block_result); in vm_spread_operation()
738 frame_ctx_p->block_result = completion_value; in vm_spread_operation()
831 ecma_fast_free_value (frame_ctx_p->block_result); in opfunc_call()
832 frame_ctx_p->block_result = completion_value; in opfunc_call()
1162 ecma_fast_free_value (frame_ctx_p->block_result); in vm_loop()
1163 frame_ctx_p->block_result = *(--stack_top_p); in vm_loop()
2442 ecma_free_value (frame_ctx_p->block_result); in vm_loop()
2443 frame_ctx_p->block_result = result; in vm_loop()
[all …]
Dopcodes.c1296 ecma_fast_free_value (frame_ctx_p->block_result); in opfunc_assign_super_reference()
1297 frame_ctx_p->block_result = result; in opfunc_assign_super_reference()
/third_party/boost/boost/compute/algorithm/detail/
Dmerge_sort_on_cpu.hpp151 Iterator block_result = (std::min)(result + i, result + count); in dispatch_merge_blocks() local
153 block_result, compare, queue); in dispatch_merge_blocks()
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dmerge_sort_on_cpu.hpp151 Iterator block_result = (std::min)(result + i, result + count); in dispatch_merge_blocks() local
153 block_result, compare, queue); in dispatch_merge_blocks()