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 766 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
768 NormalExit->getInstList().push_back(InstsToAppend[I]);
781 Fixup.OptimisticBranchBlock = NormalExit;
820 // as NormalExit, go back and patch up the fixups.
821 if (NewNormalEntry != NormalEntry && NormalEntry == NormalExit)
    [all...]
  /dalvik/vm/
Globals.h 927 int normalExit;
  /dalvik/vm/interp/
Jit.cpp 458 gDvmJit.normalExit++;
501 gDvmJit.normalExit, gDvmJit.puntExit);
    [all...]

Completed in 99 milliseconds