Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h428 GateRef GetValueFromDictionary(GateRef elements, GateRef entry);
Dstub_builder.cpp2114 GateRef StubBuilder::GetValueFromDictionary(GateRef elements, GateRef entry) in GetValueFromDictionary() function in panda::ecmascript::kungfu::StubBuilder
2278 GateRef value = GetValueFromDictionary<NumberDictionary>(elements, entryA); in GetPropertyByIndex()
2514 GateRef value = GetValueFromDictionary<NameDictionary>(array, entryB); in GetPropertyByName()
2679 auto value = GetValueFromDictionary<TransitionsDictionary>(transition, entryA); in FindTransitions()
3071 GateRef accessor1 = GetValueFromDictionary<NameDictionary>(array, entry1); in SetPropertyByName()