Searched defs:IsMatch (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_map.h | 26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::TemplateMap
|
| H A D | tagged_dictionary.h | 184 static bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::PointerToIndexDictionary
|
| H A D | symbol_table.h | 50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::SymbolTable
|
| H A D | transitions_dictionary.h | 28 static inline bool IsMatch([[maybe_unused]] const JSTaggedValue &key, in IsMatch() function in panda::ecmascript::TransitionsDictionary 40 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &metaData, const JSTaggedValue &otherKey, in IsMatch() function in panda::ecmascript::TransitionsDictionary
|
| H A D | global_dictionary-inl.h | 45 bool GlobalDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::GlobalDictionary
|
| H A D | linked_hash_table.h | 334 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function in panda::ecmascript::LinkedHashMapObject 375 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function in panda::ecmascript::LinkedHashSetObject
|
| H A D | tagged_dictionary.cpp | 47 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
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module_cache.h | 57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() function in panda::ecmascript::CjsModuleCache
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_info.h | 395 bool IsMatch() const in IsMatch() function in panda::ecmascript::pgo::PGOMethodIdSet::PGOMethodNameSet
|
Completed in 7 milliseconds