Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-frames.cc21 is_interpreted_ = frame_->is_interpreted(); in FrameInspector()
104 is_interpreted_ = frame_->is_interpreted(); in SetArgumentsFrame()
Ddebug.cc1221 if (frame->is_interpreted()) { in VisitThread()
/external/v8/src/
Druntime-profiler.cc119 const bool is_interpreted = function->shared()->IsInterpreted(); in GetICCounts() local
121 vector->ComputeCounts(&with, &gen, &type_vector_ic_count, is_interpreted); in GetICCounts()
Dframes.cc1035 if (frame->is_interpreted()) { in PrintTop()
1593 } else if (is_interpreted()) { in Print()
Dframes.h472 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
Dcompiler.cc618 bool ignition_osr = osr_frame && osr_frame->is_interpreted(); in GetOptimizedCode()
Disolate.cc1270 if (frame->is_interpreted() && catchable_by_js) { in Throw()
/external/v8/src/runtime/
Druntime-compiler.cc290 DCHECK(frame->is_interpreted()); in DetermineEntryAndDisarmOSRForInterpreter()
332 BailoutId ast_id = frame->is_interpreted() in RUNTIME_FUNCTION()
Druntime-debug.cc53 DCHECK(it.frame()->is_interpreted()); in RUNTIME_FUNCTION()
/external/v8/src/profiler/
Dtick-sample.cc250 if (!it.frame()->is_interpreted()) { in GetStackSample()