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

  /art/compiler/utils/arm64/
assembler_arm64.cc 62 void Arm64Assembler::JumpTo(ManagedRegister m_base, Offset offs, ManagedRegister m_scratch) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 169 BasicBlock *JumpTo = BasicBlock::Create(II->getContext(), "jt.land",
172 BranchInst::Create(JumpTo, LPad);
173 BranchInst::Create(Succ, JumpTo);
174 LPadSuccMap[II] = JumpTo;
179 PN->addIncoming(Val, JumpTo);
    [all...]

Completed in 428 milliseconds