Searched defs:NativeBindingInfo (Results 1 – 2 of 2) sorted by relevance
24 struct NativeBindingInfo { struct33 NativeBindingInfo(AttachFunc af, void *bufferPointer, void *hint, void *attachData, in NativeBindingInfo() argument37 uintptr_t GetObjAddr() const in GetObjAddr()42 size_t GetFieldOffset() const in GetFieldOffset()47 ObjectSlot GetSlot() const in GetSlot()
1499 struct NativeBindingInfo { struct1500 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument1501 void *env = nullptr;1502 void *nativeValue = nullptr;1503 void *attachFunc = nullptr;1504 void *attachData = nullptr;1505 void *detachFunc = nullptr;1506 void *detachData = nullptr;1507 void *hint = nullptr;