Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp176 bool PGOProfilerDecoder::Match(const CString &recordName, PGOMethodId methodId) in Match() function in panda::ecmascript::PGOProfilerDecoder
Dpgo_profiler_info.h883 bool Match(EntityId methodId) in Match() function
Dpgo_profiler_info.cpp1248 bool PGORecordSimpleInfos::Match(const CString &recordName, EntityId methodId) in Match() function in panda::ecmascript::PGORecordSimpleInfos
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DindexingTypesWithNever.ts111 type Match<Exp, Act> = [Exp] extends [Act] alias
DramdaToolsNoInfinite2.ts104 …export type Match = 'default' | 'implements->' | '<-implements' | 'extends->' | '<-extends' | 'equ… alias
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp372 JSTaggedValue BuiltinsRegExp::Match(EcmaRuntimeCallInfo *argv) in Match() function in panda::ecmascript::builtins::BuiltinsRegExp
2038 bool RegExpExecResultCache::Match(int entry, JSTaggedValue &pattern, JSTaggedValue &flags, JSTagged… in Match() function in panda::ecmascript::builtins::RegExpExecResultCache
Dbuiltins_string.cpp590 JSTaggedValue BuiltinsString::Match(EcmaRuntimeCallInfo *argv) in Match() function in panda::ecmascript::builtins::BuiltinsString