Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp597 GateRef CircuitBuilder::GetUnsharedConstpool(GateRef arrayAddr, GateRef index) in GetUnsharedConstpool() argument
599 GateRef dataOffset = PtrAdd(arrayAddr, in GetUnsharedConstpool()
Dcircuit_builder.h280 GateRef GetUnsharedConstpool(GateRef arrayAddr, GateRef index);
Dstub_builder-inl.h2312 inline GateRef StubBuilder::GetUnsharedConstpool(GateRef arrayAddr, GateRef index) in GetUnsharedConstpool() argument
2315 …PtrAdd(arrayAddr, PtrMul(IntPtr(JSTaggedValue::TaggedTypeSize()), ZExtInt32ToPtr(TaggedGetInt(inde… in GetUnsharedConstpool()