Searched refs:is_interpreted (Results 1 – 8 of 8) sorted by relevance
116 if (frame->is_interpreted() && !FLAG_trace_ignition) { in RUNTIME_FUNCTION()166 if (frame->is_interpreted() && !FLAG_trace_ignition) { in RUNTIME_FUNCTION()
238 DCHECK_IMPLIES(frame->is_interpreted(), in RUNTIME_FUNCTION()
66 DCHECK(it.frame()->is_interpreted()); in RUNTIME_FUNCTION_RETURN_PAIR()
799 } else if (frame->is_interpreted()) { in RUNTIME_FUNCTION()
114 if (!frame->is_interpreted()) continue; in VisitThread()
221 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function895 DCHECK(frame->is_interpreted()); in cast()899 DCHECK(frame->is_interpreted()); in cast()
1431 if (frame->is_interpreted()) { in PrintTop()2308 if (is_interpreted()) { in Print()
326 if (it.frame()->is_interpreted()) { in GetStackSample()