Home
last modified time | relevance | path

Searched defs:IsMatch (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtransitions_dictionary.h28 static inline bool IsMatch([[maybe_unused]] const JSTaggedValue &key, in IsMatch() function
40 …static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &metaData, const JSTagged… in IsMatch() function
Dtemplate_map.h26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
Dsymbol_table.h50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function
Dtagged_dictionary.cpp45 bool NameDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NameDictionary
50 bool NameDictionary::IsMatch(const uint8_t* str, int size, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NameDictionary
197 bool NumberDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NumberDictionary
Dlinked_hash_table.h329 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
369 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
Dglobal_dictionary-inl.h45 bool GlobalDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp84 HWTEST_F_L0(SymbolTableTest, IsMatch) in HWTEST_F_L0() argument
Dglobal_dictionary_test.cpp57 HWTEST_F_L0(GlobalDictionaryTest, IsMatch) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp54 HWTEST_F_L0(TransitionsDictionaryTest, IsMatch) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h945 bool IsMatch() const in IsMatch() function