Searched refs:ClearEntry (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | global_dictionary.h | 68 inline void ClearEntry(const JSThread *thread, int entry);
|
H A D | tagged_dictionary.h | 64 void ClearEntry(const JSThread *thread, int entry); 129 void ClearEntry(const JSThread *thread, int entry);
|
H A D | global_dictionary-inl.h | 75 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() function in panda::ecmascript::GlobalDictionary
|
H A D | tagged_dictionary.cpp | 244 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() function in panda::ecmascript::NameDictionary 425 void NumberDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() function in panda::ecmascript::NumberDictionary
|
H A D | tagged_hash_table.h | 482 table->ClearEntry(thread, entry); in Remove()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | global_dictionary_test.cpp | 125 * @tc.name: ClearEntry 127 * the same as Attributes after calling the ClearEntry function. 131 HWTEST_F_L0(GlobalDictionaryTest, ClearEntry) in HWTEST_F_L0() 146 handleDict->ClearEntry(thread, 3); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 235 void ClearEntry(JSThread *thread, int entry);
|
H A D | builtins_regexp.cpp | 2633 cache->ClearEntry(thread, entry2); in AddResultInCache() 2700 void RegExpExecResultCache::ClearEntry(JSThread *thread, int entry) in ClearEntry() function in panda::ecmascript::builtins::RegExpExecResultCache
|
Completed in 11 milliseconds