| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.h | 32 explicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsStr) in RegExpLiteral() argument
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser_cache.cpp | 39 size_t RegExpParserCache::GetHash(EcmaString *pattern, const uint32_t flags) in GetHash() argument 45 std::pair<JSTaggedValue, size_t> RegExpParserCache::GetCache(EcmaString *pattern, const uint32_t flags, in GetCache() argument 58 void RegExpParserCache::SetCache(EcmaString *pattern, const uint32_t flags, in SetCache() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | regExpLiteralBuilder.h | 29 RegExpLiteralBuilder &SetPattern(util::StringView pattern) in SetPattern() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.h | 35 explicit RegExpLiteral(util::StringView pattern, util::StringView flags) in RegExpLiteral() argument
|
| H A D | regExpLiteral.cpp | 38 compiler::VReg pattern = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_regexp_iterator_test.cpp | 33 JSHandle<EcmaString> pattern = factory->NewFromASCII("\\w+"); in HWTEST_F_L0() local 49 JSHandle<EcmaString> pattern = factory->NewFromASCII("-[0-9]+"); in HWTEST_F_L0() local
|
| H A D | test_common.h | 53 static JSTaggedValue CreateJSRegexpByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> &pattern, in CreateJSRegexpByPatternAndFlags() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_imm_valid.cpp | 87 uint64 pattern = val & ((1ULL << static_cast<uint64>(diff)) - 1); in IsBitmaskImmediate() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | bit_table_test.cpp | 402 uint64_t pattern = 0xBADDCAFEDEADF00DULL; in TEST_F() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | bit_table_test.cpp | 390 uint64_t pattern = 0xBADDCAFEDEADF00DULL; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 275 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | destructuring.cpp | 243 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_regexp_test.cpp | 42 JSHandle<EcmaString> pattern = thread->GetEcmaVM()->GetFactory()->NewFromASCII("\\w+"); in HWTEST_F_L0() local 61 JSHandle<EcmaString> pattern = thread->GetEcmaVM()->GetFactory()->NewFromASCII("\\w+"); in HWTEST_F_L0() local
|
| H A D | builtins_string_test.cpp | 39 JSTaggedValue CreateBuiltinsStringRegExpObjByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> &pattern, in CreateBuiltinsStringRegExpObjByPatternAndFlags() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | macro_assembler_aarch64.cpp | 291 uint64_t pattern = val & ((1ULL << static_cast<uint64_t>(diff)) - 1); in IsBitmaskImmediate() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 194 PandaString pattern = ConvertToString(patternStr->GetCoreType()); in EscompatRegExpCompile() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | string_test.cpp | 565 String *pattern = String::CreateFromMUtf8(patternData.data(), patternData.size() - 1, GetLanguageContext(), in TEST_F() local 585 String *pattern = String::CreateFromMUtf8(patternData.data(), patternData.size() - 1, GetLanguageContext(), in TEST_F() local 594 String *pattern in TEST_F() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| H A D | lexer.cpp | 1143 const auto pattern = SourceView(patternStart, Iterator().Index()); in ScanRegExp() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | arktsconfig.cpp | 118 std::string pattern = value.is_absolute() ? value.string() : (base_ / value).string(); in Match() local [all...] |
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| H A D | lexer.cpp | 1163 const auto pattern = SourceView(patternStart, Iterator().Index()); in ScanRegExp() local
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 363 static inline ALWAYS_INLINE int32_t SubstringEquals(Span<const T1> &string, Span<const T2> &pattern, int32_t pos) in SubstringEquals() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cgfunc.cpp | 574 OptimizationPattern *pattern = memPool->New<UnreachBBPattern>(*this); in RemoveUnreachableBB() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 677 JSHandle<EcmaString> pattern = thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2"); in JSRegexpTest() local 1617 JSHandle<EcmaString> pattern = thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2"); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 914 GateRef pattern = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit() local 932 GateRef pattern = GetStringFromConstPool(glue, constpool, stringId); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 3172 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
in DECLARE_ASM_HANDLER() local 3182 GateRef pattern = GetStringFromConstPool(glue, constpool, ZExtInt16ToInt32(stringId));
in DECLARE_ASM_HANDLER() local
|