HomeSort by relevance Sort by last modified time
    Searched full:normalexit (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 770 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
772 NormalExit->getInstList().push_back(InstsToAppend[I]);
785 Fixup.OptimisticBranchBlock = NormalExit;
824 // as NormalExit, go back and patch up the fixups.
825 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit)
    [all...]
  /dalvik/vm/
Globals.h 947 int normalExit;
  /dalvik/vm/interp/
Jit.cpp 458 gDvmJit.normalExit++;
501 gDvmJit.normalExit, gDvmJit.puntExit);
    [all...]

Completed in 766 milliseconds