Is 48 src/accessors.cc while (!Is<C>(obj)) {
Is 192 src/arm/lithium-arm.h ASSERT(instr->Is##type()); \
Is 229 src/arm/lithium-arm.h bool Is##type() const { return opcode() == k##type; }
Is 677 src/ast.cc bool RegExpTree::Is##Name() { return false; }
Is 685 src/ast.cc bool RegExp##Name::Is##Name() { return true; }
Is 218 src/ast.h bool Is##type() { return node_type() == AstNode::k##type; } \
Is 219 src/ast.h type* As##type() { return Is##type() ? reinterpret_cast<type*>(this) : NULL; }
Is 2224 src/ast.h virtual bool Is##Name();
Is 47 src/char-predicates.h static inline bool Is(uc32 c) {
Is 50 src/char-predicates.h default: return unibrow::Letter::Is(c);
Is 57 src/char-predicates.h static inline bool Is(uc32 c) {
Is 58 src/char-predicates.h return IdentifierStart::Is(c)
Is 59 src/char-predicates.h || unibrow::Number::Is(c)
Is 62 src/char-predicates.h || unibrow::CombiningMark::Is(c)
Is 63 src/char-predicates.h || unibrow::ConnectorPunctuation::Is(c);
Is 144 src/dateparser.h bool Is(uint32_t c) const { return ch_ == c; }
Is 211 src/hydrogen-instructions.h virtual bool Is##type() const { return true; } \
Is 213 src/hydrogen-instructions.h ASSERT(value->Is##type()); \
Is 221 src/hydrogen-instructions.h ASSERT(value->Is##type()); \
Is 582 src/hydrogen-instructions.h bool Is##type() const { return opcode() == k##type; }
Is 589 src/hydrogen-instructions.h virtual bool Is##type() const { return false; }
Is 187 src/ia32/lithium-ia32.h ASSERT(instr->Is##type()); \
Is 224 src/ia32/lithium-ia32.h bool Is##type() const { return opcode() == k##type; }
Is 51 src/inspector.cc if (obj->Is##type()) { \
Is 64 src/lithium.h bool Is##name() const { return kind() == type; }
Is 141 src/liveobjectlist.cc if (heap_obj->Is##type()) return kType##type;
Is 175 src/liveobjectlist.cc if (obj->Is##type_()) return (type == kType##type_);
Is 190 src/mips/lithium-mips.h ASSERT(instr->Is##type()); \
Is 227 src/mips/lithium-mips.h bool Is##type() const { return opcode() == k##type; }
Is 72 src/objects-inl.h bool Object::Is##type() { \
Is 80 src/objects-inl.h ASSERT(object->Is##type()); \
Is 609 src/objects-inl.h template <> inline bool Is<JSFunction>(Object* obj) {
Is 642 src/objects-inl.h template <> inline bool Is<JSArray>(Object* obj) {
Is 770 src/objects-inl.h bool Object::Is##Name() { \
Is 703 src/objects.h template <class C> static inline bool Is(Object* obj);
Is 851 src/objects.h #define IS_TYPE_FUNCTION_DECL(type_) inline bool Is##type_();
Is 863 src/objects.h #define DECLARE_STRUCT_PREDICATE(NAME, Name, name) inline bool Is##Name();
Is 74 src/runtime.cc RUNTIME_ASSERT(args[index]->Is##Type()); \
Is 78 src/runtime.cc RUNTIME_ASSERT(args[index]->Is##Type()); \
Is 6448 src/runtime.cc return unibrow::WhiteSpace::Is(c) || c == 0x200b || c == 0xfeff;
Is 43 src/unicode-inl.h bool result = T::Is(code_point);
Is 194 src/unicode.cc if (next != 0 && Letter::Is(next)) {
Is 259 src/unicode.h static bool Is(uchar c);
Is 262 src/unicode.h static bool Is(uchar c);
Is 265 src/unicode.h static bool Is(uchar c);
Is 268 src/unicode.h static bool Is(uchar c);
Is 271 src/unicode.h static bool Is(uchar c);
Is 274 src/unicode.h static bool Is(uchar c);
Is 277 src/unicode.h static bool Is(uchar c);
Is 280 src/unicode.h static bool Is(uchar c);
Is 283 src/unicode.h static bool Is(uchar c);
Is 192 src/x64/lithium-x64.h ASSERT(instr->Is##type()); \
Is 230 src/x64/lithium-x64.h bool Is##type() const { return opcode() == k##type; }
Is 461 test/cctest/test-regexp.cc return unibrow::Space::Is(c);