Home
last modified time | relevance | path

Searched defs:pattern (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
H A DregExpLiteral.h32 explicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsStr) in RegExpLiteral() argument
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp39 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 DregExpLiteralBuilder.h29 RegExpLiteralBuilder &SetPattern(util::StringView pattern) in SetPattern() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DregExpLiteral.h35 explicit RegExpLiteral(util::StringView pattern, util::StringView flags) in RegExpLiteral() argument
H A DregExpLiteral.cpp38 compiler::VReg pattern = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_regexp_iterator_test.cpp33 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 Dtest_common.h53 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 Daarch64_imm_valid.cpp87 uint64 pattern = val & ((1ULL << static_cast<uint64>(diff)) - 1); in IsBitmaskImmediate() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_table_test.cpp402 uint64_t pattern = 0xBADDCAFEDEADF00DULL; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp390 uint64_t pattern = 0xBADDCAFEDEADF00DULL; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp275 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp243 void Destructuring::Compile(PandaGen *pg, const ir::Expression *pattern) in Compile() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp42 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 Dbuiltins_string_test.cpp39 JSTaggedValue CreateBuiltinsStringRegExpObjByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> &pattern, in CreateBuiltinsStringRegExpObjByPatternAndFlags() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp291 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 Descompat_RegExp.cpp194 PandaString pattern = ConvertToString(patternStr->GetCoreType()); in EscompatRegExpCompile() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_test.cpp565 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 Dlexer.cpp1143 const auto pattern = SourceView(patternStart, Iterator().Index()); in ScanRegExp() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp118 std::string pattern = value.is_absolute() ? value.string() : (base_ / value).string(); in Match() local
[all...]
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp1163 const auto pattern = SourceView(patternStart, Iterator().Index()); in ScanRegExp() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp363 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 Dcgfunc.cpp574 OptimizationPattern *pattern = memPool->New<UnreachBBPattern>(*this); in RemoveUnreachableBB() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp677 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 Dbaseline_stubs.cpp914 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 Dinterpreter_stub.cpp3172 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

Completed in 49 milliseconds

12