| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 79 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/ |
| D | checker.rb | 65 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/ |
| D | simplify_string_builder.cpp | 245 …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/ |
| D | builtinsregexp.js | 80 const match = emailRegex.exec(testString); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/ |
| D | LibraryTypeCallDiagnosticChecker.ts | 56 const match = constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsFunctionType.cpp | 79 Signature *match {}; in ProcessSignatures() local 151 Signature *match = ProcessSignatures(relation, target, sourceFuncType); in AssignmentTarget() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 58 JSMutableHandle<JSTaggedValue> match(thread, JSTaggedValue::Undefined()); in Next() local
|
| /arkcompiler/ets_runtime/test/perform/string/ |
| D | string.js | 41 function replacer(match, p1, p2, p3, offset, string) { argument
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | intrusive_instrumentator.py | 652 def __clear_candidates_by_match(self, candidates, match): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 308 VMHandle<EtsString> match; in SetResultField() local
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 712 def match(opt): function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 277 Label match(env); in FindElement() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1979 JSHandle<TaggedArray> match = factory->NewTaggedArray(2); // 2 means the length of array in MakeMatchIndicesIndexPairArray() local
|