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

  /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.h 506 bool is_interpreted() const { return type() == INTERPRETED; } function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 1076 milliseconds