Searched refs:is_interpreted (Results 1 – 10 of 10) sorted by relevance
21 is_interpreted_ = frame_->is_interpreted(); in FrameInspector()104 is_interpreted_ = frame_->is_interpreted(); in SetArgumentsFrame()
1221 if (frame->is_interpreted()) { in VisitThread()
119 const bool is_interpreted = function->shared()->IsInterpreted(); in GetICCounts() local121 vector->ComputeCounts(&with, &gen, &type_vector_ic_count, is_interpreted); in GetICCounts()
1035 if (frame->is_interpreted()) { in PrintTop()1593 } else if (is_interpreted()) { in Print()
472 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
618 bool ignition_osr = osr_frame && osr_frame->is_interpreted(); in GetOptimizedCode()
1270 if (frame->is_interpreted() && catchable_by_js) { in Throw()
290 DCHECK(frame->is_interpreted()); in DetermineEntryAndDisarmOSRForInterpreter()332 BailoutId ast_id = frame->is_interpreted() in RUNTIME_FUNCTION()
53 DCHECK(it.frame()->is_interpreted()); in RUNTIME_FUNCTION()
250 if (!it.frame()->is_interpreted()) { in GetStackSample()