Searched refs:IntPtrLSR (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.h | 70 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder-inl.h | 598 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 D | circuit_builder.h | 824 inline GateRef IntPtrLSR(GateRef x, GateRef y);
|
H A D | stub_builder.h | 255 GateRef IntPtrLSR(GateRef x, GateRef y);
|
H A D | stub_builder.cpp | 1915 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