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 764 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
766 NormalExit->getInstList().push_back(InstsToAppend[I]);
779 Fixup.OptimisticBranchBlock = NormalExit;
818 // as NormalExit, go back and patch up the fixups.
819 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 337 milliseconds