OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isexit
(Results
1 - 7
of
7
) sorted by null
/dalvik/vm/native/
java_lang_Runtime.cpp
39
* private static void nativeExit(int code, boolean
isExit
)
48
bool
isExit
= (args[1] != 0);
50
if (
isExit
&& gDvm.exitHook != NULL) {
/external/llvm/include/llvm/Analysis/
RegionIterator.h
82
//
isExit
- Is this the exit BB of the Region?
83
inline bool
isExit
(BasicBlock* BB) const {
99
while (succ_end(node->getEntry()) != BItor &&
isExit
(*BItor))
102
if (isRegionMode() &&
isExit
(getRegionSucc()))
123
assert(!
isExit
(BB) && "Iterator out of range!");
136
&&
isExit
(*BItor));
/ndk/sources/host-tools/nawk-20071023/
awk.h
185
#define
isexit
(n) ((n)->csub == JEXIT)
macro
run.c
182
if (
isexit
(x))
191
if (
isexit
(x))
310
if (
isexit
(y) || isnext(y))
1385
if (isnext(x) ||
isexit
(x) || isret(x))
1399
if (isnext(x) ||
isexit
(x) || isret(x))
1424
if (isnext(x) ||
isexit
(x) || isret(x))
[
all
...]
/external/v8/src/
debug.cc
444
bool BreakLocationIterator::
IsExit
() const {
[
all
...]
debug.h
99
bool
IsExit
() const;
[
all
...]
/libcore/luni/src/main/java/java/lang/
Runtime.java
396
private static native void nativeExit(int code, boolean
isExit
);
Completed in 74 milliseconds