Searched defs:OBJECT_OFFSETOF (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DStdLibExtras.h45 // OBJECT_OFFSETOF: Like the C++ offsetof macro, but you can use it with classes.
48 #define OBJECT_OFFSETOF(class, field) (reinterpret_cast<ptrdiff_t>(&(reinterpret_cast<class*>(0x4000)->field)) - 0x4000) macro

Completed in 385 milliseconds