Searched refs:opcode_data (Results 1 – 3 of 3) sorted by relevance
633 uint32_t opcode_data = vm_decode_table[(CBC_END + 1) + opcode]; in vm_super_call() local635 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() local727 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() local821 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 …]
145 …super_reference (ecma_value_t **vm_stack_top_p, vm_frame_ctx_t *frame_ctx_p, uint32_t opcode_data);
1247 uint32_t opcode_data) /**< opcode data to store the result */ in opfunc_assign_super_reference() argument1290 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()