Searched defs:is_interpreted (Results 1 – 2 of 2) sorted by relevance
418 bool is_interpreted() const { return type() == INTERPRETED; } in is_interpreted() function
263 int CallOffsetFromCodeOffset(int code_offset, bool is_interpreted) { in CallOffsetFromCodeOffset()1323 bool is_interpreted = shared->HasBytecodeArray(); in PrepareFunctionForBreakPoints() local