Lines Matching refs:NO_VALUE
23 uint16_t res = NO_VALUE;
184 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
195 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
208 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
219 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
230 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
262 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
296 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
310 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
328 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
355 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
377 if (ValueExists(ARRAY_REF, array, index, NO_VALUE)) {
385 (void)LookupValue(ARRAY_REF, array, index, NO_VALUE);
387 uint16_t memory_version = GetMemoryVersion(array, NO_VALUE);
416 if (ValueExists(ARRAY_REF, array, index, NO_VALUE)) {
424 (void)LookupValue(ARRAY_REF, array, index, NO_VALUE);
426 AdvanceMemoryVersion(array, NO_VALUE);
490 uint16_t memory_version = GetMemoryVersion(NO_VALUE, field_ref);
492 uint16_t res = LookupValue(Instruction::SGET_WIDE, NO_VALUE, field_ref, memory_version);
495 uint16_t res = LookupValue(Instruction::SGET, NO_VALUE, field_ref, memory_version);
509 AdvanceMemoryVersion(NO_VALUE, field_ref);