Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h438 GateRef FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index);
Dstub_builder.cpp175 GateRef StubBuilder::FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index) in FindElementFromNumberDictionary() function in panda::ecmascript::kungfu::StubBuilder
2266 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex()