Home
last modified time | relevance | path

Searched refs:kInterpreted (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/qtools/
Dcallstack.h34 static const uint32_t kInterpreted = 0x02; variable
36 static const uint32_t kPopBarrier = (kCausedException | kInterpreted
222 flags = FRAME::kInterpreted; in updateStack()
492 flags = FRAME::kInterpreted; in doPush()
539 bool newerIsJava = (mFrames[mTop].flags & FRAME::kInterpreted) != 0; in doSimplePop()
540 bool olderIsJava = (mFrames[mTop - 1].flags & FRAME::kInterpreted) != 0; in doSimplePop()
573 if (mFrames[stackLevel].flags & FRAME::kInterpreted) { in doPop()
609 if (mFrames[stackLevel].flags & FRAME::kInterpreted) { in doPop()
740 doSimplePush(function, 0, time, FRAME::kInterpreted); in doMethodAction()
746 doMethodPop(event, sCurrentMethod.addr, FRAME::kInterpreted); in doMethodAction()
Dcheck_stack.cpp197 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) { in compareStacks()
219 if ((eFrames[ii].flags & CallStackType::frame_type::kInterpreted) == 0) in compareStacks()
260 if (eFrames[ii].flags & CallStackType::frame_type::kInterpreted) { in dumpStacks()
Dstack_dump.cpp35 if (flags & kInterpreted) in getFrameType()