HomeSort by relevance Sort by last modified time
    Searched defs:InexpensiveConstantInt (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/quick/mips/
utility_mips.cc 101 bool MipsMir2Lir::InexpensiveConstantInt(int32_t value) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 60 bool X86Mir2Lir::InexpensiveConstantInt(int32_t value) {
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 134 bool ArmMir2Lir::InexpensiveConstantInt(int32_t value) {
138 bool ArmMir2Lir::InexpensiveConstantInt(int32_t value, Instruction::Code opcode) {
208 return InexpensiveConstantInt(High32Bits(value)) && InexpensiveConstantInt(Low32Bits(value));
719 if ((InexpensiveConstantInt(val_lo) && (InexpensiveConstantInt(val_hi)))) {
    [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 311 bool Arm64Mir2Lir::InexpensiveConstantInt(int32_t value ATTRIBUTE_UNUSED) {
336 bool Arm64Mir2Lir::InexpensiveConstantInt(int32_t value, Instruction::Code opcode) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]

Completed in 52 milliseconds