Searched defs:IsMatch (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | transitions_dictionary.h | 28 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
|
D | template_map.h | 26 static inline bool IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
|
D | symbol_table.h | 50 static inline bool IsMatch(const JSTaggedValue &name, const JSTaggedValue &other) in IsMatch() function
|
D | tagged_dictionary.cpp | 45 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
|
D | linked_hash_table.h | 329 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function 369 static inline bool IsMatch(JSTaggedValue key, JSTaggedValue other) in IsMatch() function
|
D | global_dictionary-inl.h | 45 bool GlobalDictionary::IsMatch(const JSTaggedValue &key, const JSTaggedValue &other) in IsMatch() function
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module_cache.h | 57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() function
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | symbol_table_test.cpp | 84 HWTEST_F_L0(SymbolTableTest, IsMatch) in HWTEST_F_L0() argument
|
D | global_dictionary_test.cpp | 57 HWTEST_F_L0(GlobalDictionaryTest, IsMatch) in HWTEST_F_L0() argument
|
D | transitions_dictionary_test.cpp | 54 HWTEST_F_L0(TransitionsDictionaryTest, IsMatch) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.h | 945 bool IsMatch() const in IsMatch() function
|