Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_vixl.h230 bool ShifterOperandCanHold(Opcode opcode,
Dassembler_arm_vixl.cc112 bool ArmVIXLAssembler::ShifterOperandCanHold(Opcode opcode, in ShifterOperandCanHold() function in art::arm::ArmVIXLAssembler
Djni_macro_assembler_arm_vixl.cc512 if (asm_.ShifterOperandCanHold(ADD, handle_scope_offset.Int32Value())) { in CreateHandleScopeEntry()
550 if (asm_.ShifterOperandCanHold(ADD, handle_scope_offset.Int32Value())) { in CreateHandleScopeEntry()
/art/compiler/optimizing/
Dscheduler_arm.cc333 !codegen_->GetAssembler()->ShifterOperandCanHold( in CanGenerateTest()
337 } else if (!codegen_->GetAssembler()->ShifterOperandCanHold( in CanGenerateTest()