Home
last modified time | relevance | path

Searched refs:irregexp (Results 1 – 4 of 4) sorted by relevance

/external/v8/
DAndroid.v8.bp385 "src/regexp/interpreter-irregexp.cc",
388 "src/regexp/regexp-macro-assembler-irregexp.cc",
DBUILD.gn2318 "src/regexp/bytecodes-irregexp.h",
2319 "src/regexp/interpreter-irregexp.cc",
2320 "src/regexp/interpreter-irregexp.h",
2326 "src/regexp/regexp-macro-assembler-irregexp-inl.h",
2327 "src/regexp/regexp-macro-assembler-irregexp.cc",
2328 "src/regexp/regexp-macro-assembler-irregexp.h",
DChangeLog49824 Fixed two crash-bugs in irregexp (issue 231 and 233).
/external/v8/src/regexp/
Djsregexp.cc438 Handle<FixedArray> irregexp(FixedArray::cast(regexp->data()), isolate); in IrregexpExecRaw() local
447 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2); in IrregexpExecRaw()
450 Handle<Code> code(IrregexpNativeCode(*irregexp, is_one_byte), isolate); in IrregexpExecRaw()
485 DCHECK(output_size >= IrregexpNumberOfRegisters(*irregexp)); in IrregexpExecRaw()
489 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2; in IrregexpExecRaw()
497 Handle<ByteArray> byte_codes(IrregexpByteCode(*irregexp, is_one_byte), in IrregexpExecRaw()