Home
last modified time | relevance | path

Searched refs:is_interpreted (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/runtime/
Druntime-compiler.cc212 DCHECK(frame->is_interpreted()); in DetermineEntryAndDisarmOSRForInterpreter()
235 DCHECK(frame->is_interpreted()); in RUNTIME_FUNCTION()
Druntime-debug.cc55 DCHECK(it.frame()->is_interpreted()); in RUNTIME_FUNCTION_RETURN_PAIR()
/external/v8/src/debug/
Ddebug-frames.cc38 is_interpreted_ = frame_->is_interpreted(); in FrameInspector()
Ddebug.cc1149 if (!frame->is_interpreted()) continue; in VisitThread()
/external/v8/src/profiler/
Dtick-sample.cc250 if (it.frame()->is_interpreted()) { in GetStackSample()
/external/v8/src/
Dframes.h202 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
897 DCHECK(frame->is_interpreted()); in cast()
Dframes.cc1144 if (frame->is_interpreted()) { in PrintTop()
1202 if (frame->is_interpreted()) { in CollectTopFrameForICStats()
1986 if (is_interpreted()) { in Print()
Disolate.cc713 if (frame->is_interpreted()) { in GetAbstractPC()
1652 if (frame->is_interpreted()) { in Throw()