Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp209 bool PGOProfilerDecoder::Match(const JSPandaFile *jsPandaFile, const CString &recordName, PGOMethod… in Match() function in panda::ecmascript::pgo::PGOProfilerDecoder
Dpgo_profiler_info.h361 bool Match(EntityId methodId) in Match() function
Dpgo_profiler_info.cpp975 bool PGORecordSimpleInfos::Match(const CString &abcNormalizedDesc, const CString &recordName, Entit… in Match() function in panda::ecmascript::pgo::PGORecordSimpleInfos
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py109 def get_match_location(match: re.Match, start: bool = False) -> Tuple[int, int]:
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp115 bool ArkTsConfig::Pattern::Match(const std::string &path) const in Match() function in ark::es2panda::ArkTsConfig::Pattern
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp35 bool Match(const std::string &actual, const std::string &expected) in Match() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp585 JSTaggedValue BuiltinsRegExp::Match(EcmaRuntimeCallInfo *argv) in Match() function in panda::ecmascript::builtins::BuiltinsRegExp
2737 bool RegExpExecResultCache::Match(int entry, JSTaggedValue &pattern, JSTaggedValue &flags, JSTagged… in Match() function in panda::ecmascript::builtins::RegExpExecResultCache
Dbuiltins_string.cpp596 JSTaggedValue BuiltinsString::Match(EcmaRuntimeCallInfo *argv) in Match() function in panda::ecmascript::builtins::BuiltinsString