OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCausedException
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
callstack.h
33
static const uint32_t
kCausedException
= 0x01;
36
static const uint32_t kPopBarrier = (
kCausedException
| kInterpreted
468
&& (mFrames[mTop - 1].flags & FRAME::
kCausedException
)) {
469
mFrames[mTop - 1].flags &= ~FRAME::
kCausedException
;
485
mFrames[mTop - 1].flags |= FRAME::
kCausedException
;
652
mFrames[mTop - 1].flags &= ~FRAME::
kCausedException
;
stack_dump.cpp
33
if (flags &
kCausedException
)
Completed in 36 milliseconds