Searched refs:VM_OC_PUT_BLOCK (Results 1 – 4 of 4) sorted by relevance
111 … (VM_OC_PROP_ ## group) | VM_OC_GET_STACK_STACK | VM_OC_PUT_REFERENCE | VM_OC_PUT_BLOCK) \117 (VM_OC_ ## group) | VM_OC_GET_LITERAL | VM_OC_PUT_IDENT | VM_OC_PUT_BLOCK)216 VM_OC_POP_BLOCK | VM_OC_PUT_BLOCK) \428 VM_OC_CALL | VM_OC_PUT_BLOCK) \434 VM_OC_CALL | VM_OC_PUT_BLOCK) \440 VM_OC_CALL | VM_OC_PUT_BLOCK) \446 VM_OC_CALL | VM_OC_PUT_BLOCK) \452 VM_OC_CALL | VM_OC_PUT_BLOCK) \458 VM_OC_CALL | VM_OC_PUT_BLOCK) \464 VM_OC_CALL | VM_OC_PUT_BLOCK) \[all …]
635 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in vm_super_call()727 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in vm_spread_operation()821 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in opfunc_call()2440 else if (opcode_data & VM_OC_PUT_BLOCK) in vm_loop()2444 opcode_data &= (uint32_t) ~VM_OC_PUT_BLOCK; in vm_loop()2503 else if (opcode_data & VM_OC_PUT_BLOCK) in vm_loop()2507 opcode_data &= (uint32_t) ~VM_OC_PUT_BLOCK; in vm_loop()2551 JERRY_ASSERT (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))); in vm_loop()4002 if (opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK)) in vm_loop()4041 if (!(opcode_data & (VM_OC_PUT_STACK | VM_OC_PUT_BLOCK))) in vm_loop()[all …]
418 VM_OC_PUT_BLOCK = VM_OC_PUT_RESULT_CREATE_FLAG (0x8), enumerator
1294 else if (opcode_data & VM_OC_PUT_BLOCK) in opfunc_assign_super_reference()