Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp310 GateRef key = GetKeyFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty()
464 GateRef key = GetKeyFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty()
867 GateRef key = GetKeyFromDictionary<NameDictionary>(array, *i); in GetNumKeysFromDictionary()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h602 GateRef GetKeyFromDictionary(GateRef elements, GateRef entry);
Dstub_builder.cpp739 GateRef element = GetKeyFromDictionary<NumberDictionary>(elements, *entry); in FindElementFromNumberDictionary()
822 GateRef element = GetKeyFromDictionary<NameDictionary>(elements, *entry); in FindEntryFromNameDictionary()
931 GateRef element = GetKeyFromDictionary<TransitionsDictionary>(elements, *entry); in FindEntryFromTransitionDictionary()
3179 GateRef StubBuilder::GetKeyFromDictionary(GateRef elements, GateRef entry) in GetKeyFromDictionary() function in panda::ecmascript::kungfu::StubBuilder