OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFlag_ExcepOkay
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
check_jni.cc
109
#define
kFlag_ExcepOkay
0x0004 // Raised exceptions are allowed.
809
if ((flags &
kFlag_ExcepOkay
) == 0 && self->IsExceptionPending()) {
[
all
...]
/dalvik/vm/
CheckJni.cpp
193
#define
kFlag_ExcepOkay
0x0004 /* ...okay */
[
all
...]
Completed in 26 milliseconds