HomeSort by relevance Sort by last modified time
    Searched refs:Low16Bits (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
local_value_numbering.cc 126 uint16_t res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB),
140 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB),
156 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(low_word),
158 uint16_t high_res = LookupValue(Instruction::CONST, Low16Bits(high_word),
167 uint16_t high_res = LookupValue(Instruction::CONST, 0, Low16Bits(mir->dalvikInsn.vB), 2);
  /art/runtime/
utils.h 94 static inline uint16_t Low16Bits(uint32_t value) {
  /art/compiler/utils/arm/
assembler_arm.cc     [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 202 res = NewLIR2(kThumb2MovImm16, r_dest, Low16Bits(value));

Completed in 207 milliseconds