Searched refs:NativePointerToSlotBit (Results 1 – 2 of 2) sorted by relevance
101 SlotBit NativePointerToSlotBit(void *nativePointer);
1016 SlotBit SnapShotSerialize::NativePointerToSlotBit(void *nativePointer) in NativePointerToSlotBit() function in panda::ecmascript::SnapShotSerialize1069 …SetObjectSlotField(snapshotObj, OBJECT_HEADER_SIZE, NativePointerToSlotBit(nativePointer).GetValue… in NativePointerSerialize()1115 SetObjectSlotField(snapshotObj, methodOffset, NativePointerToSlotBit(nativePointer).GetValue()); in JSFunctionBaseSerialize()1143 SetObjectSlotField(snapshotObj, methodOffset, NativePointerToSlotBit(nativePointer).GetValue()); in JSProxySerialize()