Searched defs:FindEntry (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module_cache.h | 82 inline int FindEntry(const JSThread *thread, const JSTaggedValue &key) in FindEntry() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 311 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry() function in panda::ecmascript::TaggedTree 641 int TaggedTreeMap::FindEntry(JSThread *thread, const JSHandle<TaggedTreeMap> &map, const JSHandle<J… in FindEntry() function in panda::ecmascript::TaggedTreeMap 680 int TaggedTreeSet::FindEntry(JSThread *thread, const JSHandle<TaggedTreeSet> &set, const JSHandle<J… in FindEntry() function in panda::ecmascript::TaggedTreeSet
|
| D | tagged_hash_table.h | 232 inline int FindEntry(const JSThread *thread, const JSTaggedValue &key) in FindEntry() function 254 inline int FindEntry(const JSThread *thread, const uint8_t* str, int strSize) in FindEntry() function
|
| D | tagged_dictionary.cpp | 642 int32_t ProtoArray::FindEntry(const JSThread *thread, JSTaggedValue key) const in FindEntry() function in panda::ecmascript::ProtoArray
|
| D | js_hclass.cpp | 61 int TransitionsDictionary::FindEntry(const JSThread *thread, const JSTaggedValue &key, const JSTagg… in FindEntry() function in panda::ecmascript::TransitionsDictionary
|
| /arkcompiler/jsvm/src/ |
| D | sourcemap.h | 128 Mappings FindEntry(int lineOffset, int columnOffset) in FindEntry() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 161 HWTEST_F_L0(TransitionsDictionaryTest, FindEntry) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 1493 Node *HeapEntryMap::FindEntry(JSTaggedType addr) in FindEntry() function in panda::ecmascript::HeapEntryMap
|