Home
last modified time | relevance | path

Searched refs:GetKeyFromDictionary (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h430 GateRef GetKeyFromDictionary(GateRef elements, GateRef entry);
Dstub_builder.cpp199 GateRef element = GetKeyFromDictionary<NumberDictionary>(elements, *entry); in FindElementFromNumberDictionary()
282 GateRef element = GetKeyFromDictionary<NameDictionary>(elements, *entry); in FindEntryFromNameDictionary()
392 GateRef element = GetKeyFromDictionary<TransitionsDictionary>(elements, *entry); in FindEntryFromTransitionDictionary()
2120 GateRef StubBuilder::GetKeyFromDictionary(GateRef elements, GateRef entry) in GetKeyFromDictionary() function in panda::ecmascript::kungfu::StubBuilder