Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h70 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h598 inline GateRef StubBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function in panda::ecmascript::kungfu::StubBuilder
600 return env_->GetBuilder()->IntPtrLSR(x, y); in IntPtrLSR()
H A Dcircuit_builder.h824 inline GateRef IntPtrLSR(GateRef x, GateRef y);
H A Dstub_builder.h255 GateRef IntPtrLSR(GateRef x, GateRef y);
H A Dstub_builder.cpp1915 GateRef bitOffsetPtr = IntPtrLSR(PtrSub(slotAddr, objectRegion), IntPtr(TAGGED_TYPE_SIZE_LOG)); in SetSValueWithBarrier()
1995 GateRef bitOffsetPtr = IntPtrLSR(PtrSub(slotAddr, objectRegion), IntPtr(TAGGED_TYPE_SIZE_LOG)); in SetNonSValueWithBarrier()
2033 GateRef bitOffsetPtr = IntPtrLSR(PtrSub(slotAddr, objectRegion), IntPtr(TAGGED_TYPE_SIZE_LOG)); in SetNonSValueWithBarrier()

Completed in 30 milliseconds