Home
last modified time | relevance | path

Searched refs:REGEXP (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcode-kind.h22 V(REGEXP) \
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc101 case CodeKind::REGEXP: in ConfigureFlags()
/third_party/node/deps/v8/src/snapshot/
Dstartup-serializer.cc95 if (code.kind() == CodeKind::REGEXP) return false; in IsUnexpectedCodeObject()
/third_party/toybox/toys/posix/
Dgetconf.c66 CONF(REALTIME_SIGNALS), CONF(REGEXP), CONF(SAVED_IDS), CONF(SEMAPHORES),
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h55 REGEXP, enumerator
Dweb-snapshot.cc1115 serializer.WriteUint32(ValueType::REGEXP); in WriteValue()
2155 case ValueType::REGEXP: in ReadValue()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc994 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc972 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc1010 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc1048 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.cc964 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc1099 Handle<Code> code = Factory::CodeBuilder(isolate, code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc1000 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc1060 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.cc1065 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc1194 Factory::CodeBuilder(isolate(), code_desc, CodeKind::REGEXP) in GetCode()
/third_party/node/deps/v8/src/logging/
Dlog.cc2152 case CodeKind::REGEXP: in LogCodeObject()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m42290 # m4_split(STRING, [REGEXP])
2296 # REGEXP specifies where to split. Default is [\t ]+.