Searched defs:is_debug (Results 1 – 2 of 2) sorted by relevance
| /external/v8/src/ | ||
| D | compiler.h | 215 bool is_debug() const { return GetFlag(kDebug); } in is_debug() function |
| D | factory.cc | 1421 bool is_debug) { in NewCode() |