OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInterpreted
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/qtools/
callstack.h
34
static const uint32_t
kInterpreted
= 0x02;
36
static const uint32_t kPopBarrier = (kCausedException |
kInterpreted
222
flags = FRAME::
kInterpreted
;
492
flags = FRAME::
kInterpreted
;
539
bool newerIsJava = (mFrames[mTop].flags & FRAME::
kInterpreted
) != 0;
540
bool olderIsJava = (mFrames[mTop - 1].flags & FRAME::
kInterpreted
) != 0;
573
if (mFrames[stackLevel].flags & FRAME::
kInterpreted
) {
609
if (mFrames[stackLevel].flags & FRAME::
kInterpreted
) {
740
doSimplePush(function, 0, time, FRAME::
kInterpreted
);
746
doMethodPop(event, sCurrentMethod.addr, FRAME::
kInterpreted
);
[
all
...]
check_stack.cpp
197
if (eFrames[ii].flags & CallStackType::frame_type::
kInterpreted
) {
219
if ((eFrames[ii].flags & CallStackType::frame_type::
kInterpreted
) == 0)
260
if (eFrames[ii].flags & CallStackType::frame_type::
kInterpreted
) {
stack_dump.cpp
35
if (flags &
kInterpreted
)
Completed in 549 milliseconds