Home
last modified time | relevance | path

Searched refs:ClearEntry (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary.h68 inline void ClearEntry(const JSThread *thread, int entry);
H A Dtagged_dictionary.h64 void ClearEntry(const JSThread *thread, int entry);
129 void ClearEntry(const JSThread *thread, int entry);
H A Dglobal_dictionary-inl.h75 void GlobalDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() function in panda::ecmascript::GlobalDictionary
H A Dtagged_dictionary.cpp244 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 Dtagged_hash_table.h482 table->ClearEntry(thread, entry); in Remove()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp125 * @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 Dbuiltins_regexp.h235 void ClearEntry(JSThread *thread, int entry);
H A Dbuiltins_regexp.cpp2633 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