Home
last modified time | relevance | path

Searched refs:IntPtrAnd (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h355 inline GateRef StubBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd() function
2111 return IntPtrAnd(TaggedCastToIntPtr(x), IntPtr(~panda::ecmascript::DEFAULT_REGION_MASK)); in ObjectAddressToRange()
2360 return IntPtrAnd(x1, IntPtrNot(PtrSub(alignment, IntPtr(1)))); in AlignUp()
Dstub_builder.h175 GateRef IntPtrAnd(GateRef x, GateRef y);