Home
last modified time | relevance | path

Searched defs:is_interpreted (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Druntime-profiler.cc119 const bool is_interpreted = function->shared()->IsInterpreted(); in GetICCounts() local
Dframes.h506 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function