HomeSort by relevance Sort by last modified time
    Searched full:kinterpreted (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/qtools/
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) {
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...]
stack_dump.cpp 35 if (flags & kInterpreted)

Completed in 62 milliseconds