Lines Matching refs:kInterpreted
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);