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

  /art/compiler/dex/quick/x86/
fp_x86.cc 266 LIR* branch2 = NULL; local
268 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondA);
271 branch2 = NewLIR2(kX86Jcc8, 0, kX86CondBe);
274 branch2->target = NewLIR0(kPseudoTargetLabel);
call_x86.cc 183 LIR* branch2 = NewLIR1(kX86Jmp8, 0); local
187 branch2->target = NewLIR0(kPseudoTargetLabel);
int_x86.cc 231 LIR* branch2 = NewLIR1(kX86Jmp8, 0); local
234 branch2->target = NewLIR0(kPseudoTargetLabel);
  /dalvik/vm/compiler/
Compiler.h 115 u4 branch2; /* IA32 branch instr may be > 32 bits */ member in struct:PredictedChainingCell
  /art/compiler/dex/quick/
gen_common.cc 767 LIR* branch2 = OpUnconditionalBranch(0); local
783 branch2->target = target2;
1112 LIR* branch2 = NULL; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 383 ArmLIR *branch2 = opCondBranch(cUnit, kArmCondGt); local
402 branch2->generic.target = (LIR *)target2;
  /art/compiler/dex/quick/arm/
int_arm.cc 96 LIR* branch2 = OpCondBranch(kCondGt, NULL); local
116 branch2->target = target2;
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 316 cellAddr->branch2 = newContent->branch2;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 1867 ArmLIR *branch2 = opCondBranch(cUnit, kArmCondEq); local
2515 ArmLIR *branch2 = opCondBranch(cUnit, kArmCondEq); local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 1934 MipsLIR *branch2 = opCompareBranch(cUnit, kMipsBeq, r_A0, r_A1); local
2579 MipsLIR *branch2 = opCompareBranch(cUnit, kMipsBeq, r_A1, r_A2); local
    [all...]

Completed in 162 milliseconds