Searched refs:const_value (Results 1 – 1 of 1) sorted by relevance
553 int32_t const_value = instruction->VRegB(); in AnalyseConstMethod() local555 const_value <<= 16; in AnalyseConstMethod()561 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod()566 result->d.data = static_cast<uint64_t>(const_value); in AnalyseConstMethod()