Searched defs:NativeBindingInfo (Results 1 – 2 of 2) sorted by relevance
50 struct NativeBindingInfo { struct59 NativeBindingInfo(AttachFunc af, void *bufferPointer, void *hint, void *attachData, in NativeBindingInfo() function63 uintptr_t GetObjAddr() const in GetObjAddr()68 size_t GetFieldOffset() const in GetFieldOffset()73 ObjectSlot GetSlot() const in GetSlot()
1140 struct NativeBindingInfo { struct1141 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument1142 void *env = nullptr;1143 void *nativeValue = nullptr;1144 void *attachFunc = nullptr;1145 void *attachData = nullptr;1146 void *detachFunc = nullptr;1147 void *detachData = nullptr;1148 void *hint = nullptr;