Searched refs:IntPtrLSR (Results 1 – 5 of 5) sorted by relevance
544 inline GateRef StubBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function546 return env_->GetBuilder()->IntPtrLSR(x, y); in IntPtrLSR()
195 GateRef IntPtrLSR(GateRef x, GateRef y);
249 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function
504 inline GateRef IntPtrLSR(GateRef x, GateRef y);
1149 … GateRef bitOffsetPtr = IntPtrLSR(PtrSub(slotAddr, objectRegion), IntPtr(TAGGED_TYPE_SIZE_LOG)); in SetValueWithBarrier()