Searched refs:OPCODE_NULL (Results 1 – 2 of 2) sorted by relevance
767 case OPCODE_NULL: return "null"; in operationString()1510 instruction[i]->opcode = OPCODE_NULL; in optimizeLeave()1546 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()1565 instruction[0]->opcode = OPCODE_NULL; in optimizeCall()1566 instruction[1]->opcode = OPCODE_NULL; in optimizeCall()1572 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()1584 if(instruction[i]->opcode != OPCODE_NULL) in removeNull()
144 OPCODE_NULL = 0x10000000, // Dead instruction, to be eliminated enumerator