Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h610 GateRef FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index);
Dstub_builder.cpp715 GateRef StubBuilder::FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index) in FindElementFromNumberDictionary() function in panda::ecmascript::kungfu::StubBuilder
3325 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in GetPropertyByIndex()
4264 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in SetPropertyByIndex()
4463 GateRef entryA = FindElementFromNumberDictionary(glue, elements, index); in DefinePropertyByIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp698 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index); in HasOwnProperty()