HomeSort by relevance Sort by last modified time
    Searched refs:is_interpreted (Results 1 - 12 of 12) sorted by null

  /external/v8/src/compiler/
js-frame-specialization.cc 32 DCHECK(!frame()->is_interpreted());
  /external/v8/src/debug/
debug-frames.cc 25 is_interpreted_ = frame_->is_interpreted();
104 is_interpreted_ = frame_->is_interpreted();
debug.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 293 DCHECK(frame->is_interpreted());
323 BailoutId ast_id = frame->is_interpreted()
runtime-debug.cc 54 DCHECK(it.frame()->is_interpreted());
    [all...]
  /external/v8/src/
runtime-profiler.cc 119 const bool is_interpreted = function->shared()->IsInterpreted(); variable
121 vector->ComputeCounts(&with, &gen, &type_vector_ic_count, is_interpreted);
frames.cc     [all...]
frames.h 506 bool is_interpreted() const { return type() == INTERPRETED; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
compiler.cc 816 bool ignition_osr = osr_frame && osr_frame->is_interpreted();
    [all...]
isolate.cc     [all...]
  /external/v8/src/profiler/
tick-sample.cc 250 if (!it.frame()->is_interpreted()) {
  /external/v8/src/ic/
ic.cc 98 if (frame->is_interpreted()) {
    [all...]

Completed in 419 milliseconds