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

  /external/v8/src/
frames.h 418 bool is_interpreted() const { return type() == INTERPRETED; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/debug/
debug.cc 263 int CallOffsetFromCodeOffset(int code_offset, bool is_interpreted) {
267 return is_interpreted ? code_offset : code_offset - 1;
274 CallOffsetFromCodeOffset(summary.code_offset(), frame->is_interpreted());
1323 bool is_interpreted = shared->HasBytecodeArray(); local
    [all...]

Completed in 408 milliseconds