Searched refs:IRREGEXP (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Dobjects-debug.cc607 case JSRegExp::IRREGEXP: {
H A Djsregexp.cc175 case JSRegExp::IRREGEXP: {
425 JSRegExp::IRREGEXP,
532 ASSERT_EQ(jsregexp->TypeTag(), JSRegExp::IRREGEXP);
H A Dbootstrapper.cc1026 JSRegExp::IRREGEXP, factory->empty_string(), member in class:JSRegExp
H A Dmark-compact.cc1326 if (re->TypeTagUnchecked() != JSRegExp::IRREGEXP) return;
H A Dobjects-inl.h4220 case IRREGEXP:
H A Dobjects.h6249 // IRREGEXP: Compiled with Irregexp.
6251 enum Type { NOT_COMPILED, ATOM, IRREGEXP }; enumerator in enum:v8::internal::JSRegExp::Type
H A Druntime.cc4012 ASSERT_EQ(regexp->TypeTag(), JSRegExp::IRREGEXP);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2705 // Check the type of the RegExp. Only continue if type is JSRegExp::IRREGEXP.
2707 __ cmpl(rbx, Immediate(JSRegExp::IRREGEXP));
/external/v8/src/arm/
H A Dcode-stubs-arm.cc4669 // Check the type of the RegExp. Only continue if type is JSRegExp::IRREGEXP.
4671 __ cmp(r0, Operand(Smi::FromInt(JSRegExp::IRREGEXP)));
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3654 // Check the type of the RegExp. Only continue if type is JSRegExp::IRREGEXP.
3656 __ cmp(ebx, Immediate(Smi::FromInt(JSRegExp::IRREGEXP)));
/external/v8/src/mips/
H A Dcode-stubs-mips.cc4886 // Check the type of the RegExp. Only continue if type is JSRegExp::IRREGEXP.
4888 __ Branch(&runtime, ne, a0, Operand(Smi::FromInt(JSRegExp::IRREGEXP)));

Completed in 543 milliseconds