Searched refs:const_value (Results 1 – 2 of 2) sorted by relevance
60 template <typename T, T const_value>62 static constexpr T value = const_value;
557 int32_t const_value = instruction->VRegB(); in AnalyseConstMethod() local559 const_value <<= 16; in AnalyseConstMethod()565 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod()570 result->d.data = static_cast<uint64_t>(const_value); in AnalyseConstMethod()