Home
last modified time | relevance | path

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

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