Home
last modified time | relevance | path

Searched defs:match (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb79 def match_str(match) argument
83 def contains?(str, match) argument
101 def find_method_dump(match) argument
112 def find_block(match) argument
127 def find(match) argument
135 def find_next(match) argument
143 def find_not(match) argument
151 def find_next_not(match) argument
385 def EVENT(match) argument
391 def EVENT_NEXT(match) argument
[all …]
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb65 def match_str(match) argument
69 def contains?(str, match) argument
91 def find(match) argument
99 def find_next(match) argument
107 def find_not(match) argument
115 def find_next_not(match) argument
260 def EVENT(match) argument
266 def EVENT_NEXT(match) argument
272 def EVENT_COUNT(match) argument
278 def EVENT_NOT(match) argument
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp245 …yStringBuilder::MatchConcatenation(InstIter &begin, const InstIter &end, ConcatenationMatch &match) in MatchConcatenation()
305 void SimplifyStringBuilder::Check(const ConcatenationMatch &match) in Check()
347 void SimplifyStringBuilder::ReplaceWithIntrinsic(const ConcatenationMatch &match) in ReplaceWithIntrinsic()
362 void SimplifyStringBuilder::Cleanup(const ConcatenationMatch &match) in Cleanup()
396 ConcatenationMatch match {instance, ctorCall}; in OptimizeStringConcatenation() local
512 bool SimplifyStringBuilder::IsToStringHoistable(const ConcatenationLoopMatch &match, in IsToStringHoistable()
784 void SimplifyStringBuilder::ReconnectStringBuilderCascades(const ConcatenationLoopMatch &match) in ReconnectStringBuilderCascades()
823 void SimplifyStringBuilder::ReconnectInstructions(const ConcatenationLoopMatch &match) in ReconnectInstructions()
957 void SimplifyStringBuilder::HoistInstructionsToPreHeader(const ConcatenationLoopMatch &match, in HoistInstructionsToPreHeader()
1047 void SimplifyStringBuilder::HoistInstructionsToPostExit(const ConcatenationLoopMatch &match, SaveSt… in HoistInstructionsToPostExit()
[all …]
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js80 const match = emailRegex.exec(testString); constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/
DLibraryTypeCallDiagnosticChecker.ts56 const match = constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.cpp79 Signature *match {}; in ProcessSignatures() local
151 Signature *match = ProcessSignatures(relation, target, sourceFuncType); in AssignmentTarget() local
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp58 JSMutableHandle<JSTaggedValue> match(thread, JSTaggedValue::Undefined()); in Next() local
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js41 function replacer(match, p1, p2, p3, offset, string) { argument
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py652 def __clear_candidates_by_match(self, candidates, match): argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp308 VMHandle<EtsString> match; in SetResultField() local
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py712 def match(opt): function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp277 Label match(env); in FindElement() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1979 JSHandle<TaggedArray> match = factory->NewTaggedArray(2); // 2 means the length of array in MakeMatchIndicesIndexPairArray() local