Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-trace.cc116 if (frame->is_interpreted() && !FLAG_trace_ignition) { in RUNTIME_FUNCTION()
166 if (frame->is_interpreted() && !FLAG_trace_ignition) { in RUNTIME_FUNCTION()
Druntime-compiler.cc238 DCHECK_IMPLIES(frame->is_interpreted(), in RUNTIME_FUNCTION()
Druntime-debug.cc66 DCHECK(it.frame()->is_interpreted()); in RUNTIME_FUNCTION_RETURN_PAIR()
Druntime-test.cc799 } else if (frame->is_interpreted()) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc114 if (!frame->is_interpreted()) continue; in VisitThread()
/third_party/node/deps/v8/src/execution/
Dframes.h221 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
895 DCHECK(frame->is_interpreted()); in cast()
899 DCHECK(frame->is_interpreted()); in cast()
Dframes.cc1431 if (frame->is_interpreted()) { in PrintTop()
2308 if (is_interpreted()) { in Print()
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc326 if (it.frame()->is_interpreted()) { in GetStackSample()