Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtemplate_map.h26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
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
Dsymbol_table.h50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function
Dlinked_hash_table.h334 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
375 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
Dtagged_dictionary.h194 static bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
Dtagged_dictionary.cpp47 bool NameDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NameDictionary
52 bool NameDictionary::IsMatch(const uint8_t* str, int size, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NameDictionary
266 bool NumberDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::NumberDictionary
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.cpp61 HWTEST_F_L0(SymbolTableTest, IsMatch) in HWTEST_F_L0() argument
Dglobal_dictionary_test.cpp33 HWTEST_F_L0(GlobalDictionaryTest, IsMatch) in HWTEST_F_L0() argument
Dtransitions_dictionary_test.cpp30 HWTEST_F_L0(TransitionsDictionaryTest, IsMatch) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h423 bool IsMatch() const in IsMatch() function