Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp547 node = ContainerGetNode(*thisObj, *index, type); in ContainersHashCall()
678 valueNode = TaggedGetInt(ContainerGetNode(*thisObj, in ContainersLinkedListCall()
680 value = ContainerGetNode(*thisObj, *valueNode, type); in ContainersLinkedListCall()
Dcontainers_stub_builder.h296 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode() function