Searched refs:FindElementFromNumberDictionary (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 610 GateRef FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index);
|
| D | stub_builder.cpp | 715 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/ |
| D | builtins_object_stub_builder.cpp | 698 GateRef entryA = FindElementFromNumberDictionary(glue_, elements, index); in HasOwnProperty()
|