Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm.c633 uint32_t opcode_data = vm_decode_table[(CBC_END + 1) + opcode]; in vm_super_call() local
635 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in vm_super_call()
639 else if (opcode_data & VM_OC_PUT_STACK) in vm_super_call()
725 uint32_t opcode_data = vm_decode_table[(CBC_END + 1) + opcode]; in vm_spread_operation() local
727 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in vm_spread_operation()
731 else if (opcode_data & VM_OC_PUT_STACK) in vm_spread_operation()
819 uint32_t opcode_data = vm_decode_table[opcode]; in opfunc_call() local
821 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in opfunc_call()
825 else if (opcode_data & VM_OC_PUT_STACK) in opfunc_call()
1031 uint32_t opcode_data = opcode; in vm_loop() local
[all …]
Dopcodes.h145 …super_reference (ecma_value_t **vm_stack_top_p, vm_frame_ctx_t *frame_ctx_p, uint32_t opcode_data);
Dopcodes.c1247 uint32_t opcode_data) /**< opcode data to store the result */ in opfunc_assign_super_reference() argument
1290 if (opcode_data & VM_OC_PUT_STACK) in opfunc_assign_super_reference()
1294 else if (opcode_data & VM_OC_PUT_BLOCK) in opfunc_assign_super_reference()