OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalexit
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
CGCleanup.cpp
797
llvm::BasicBlock *
NormalExit
= Builder.GetInsertBlock();
799
NormalExit
->getInstList().push_back(InstsToAppend[I]);
812
Fixup.OptimisticBranchBlock =
NormalExit
;
851
// as
NormalExit
, go back and patch up the fixups.
852
if (NewNormalEntry != NormalEntry && NormalEntry ==
NormalExit
)
[
all
...]
/dalvik/vm/
Globals.h
952
int
normalExit
;
[
all
...]
/dalvik/vm/interp/
Jit.cpp
458
gDvmJit.
normalExit
++;
501
gDvmJit.
normalExit
, gDvmJit.puntExit);
[
all
...]
Completed in 380 milliseconds