Searched refs:OPCODE_NULL (Results 1 – 4 of 4) sorted by relevance
763 case OPCODE_NULL: return "null"; in operationString()1506 instruction[i]->opcode = OPCODE_NULL; in optimizeLeave()1542 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()1561 instruction[0]->opcode = OPCODE_NULL; in optimizeCall()1562 instruction[1]->opcode = OPCODE_NULL; in optimizeCall()1568 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()1580 if(instruction[i]->opcode != OPCODE_NULL) in removeNull()
143 OPCODE_NULL = 0x10000000, // Dead instruction, to be eliminated enumerator