Home
last modified time | relevance | path

Searched refs:const_value (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dinline_method_analyser.cc557 int32_t const_value = instruction->VRegB(); in AnalyseConstMethod() local
559 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()