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

  /art/compiler/dex/quick/arm/
codegen_arm.h 81 bool IsUnconditionalBranch(LIR* lir);
target_arm.cc 537 bool ArmMir2Lir::IsUnconditionalBranch(LIR* lir) {
  /art/compiler/dex/quick/mips/
codegen_mips.h 81 bool IsUnconditionalBranch(LIR* lir);
target_mips.cc 558 bool MipsMir2Lir::IsUnconditionalBranch(LIR* lir) {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 134 bool IsUnconditionalBranch(LIR* lir) OVERRIDE;
target_arm64.cc 566 bool Arm64Mir2Lir::IsUnconditionalBranch(LIR* lir) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 140 bool IsUnconditionalBranch(LIR* lir) OVERRIDE;
    [all...]
target_x86.cc 755 bool X86Mir2Lir::IsUnconditionalBranch(LIR* lir) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]

Completed in 267 milliseconds