Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h418 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
/external/v8/src/debug/
Ddebug.cc263 int CallOffsetFromCodeOffset(int code_offset, bool is_interpreted) { in CallOffsetFromCodeOffset()
1323 bool is_interpreted = shared->HasBytecodeArray(); in PrepareFunctionForBreakPoints() local