Home
last modified time | relevance | path

Searched refs:IntPtrLSR (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h544 inline GateRef StubBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function
546 return env_->GetBuilder()->IntPtrLSR(x, y); in IntPtrLSR()
Dstub_builder.h195 GateRef IntPtrLSR(GateRef x, GateRef y);
Dcircuit_builder-inl.h249 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function
Dcircuit_builder.h504 inline GateRef IntPtrLSR(GateRef x, GateRef y);
Dstub_builder.cpp1149 … GateRef bitOffsetPtr = IntPtrLSR(PtrSub(slotAddr, objectRegion), IntPtr(TAGGED_TYPE_SIZE_LOG)); in SetValueWithBarrier()