Lines Matching refs:reinterpret_cast
196 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
203 return reinterpret_cast<F>(reinterpret_cast<intptr_t>(addr)); in FUNCTION_CAST()
258 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
260 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
262 reinterpret_cast<Address>(V8_UINT64_C(0x1baffed00baffedf));
264 reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf));
269 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
270 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
271 const Address kGlobalHandleZapValue = reinterpret_cast<Address>(0xbaffedf);
272 const Address kFromSpaceZapValue = reinterpret_cast<Address>(0xbeefdaf);
572 ((reinterpret_cast<intptr_t>(value) & kSmiTagMask) == kSmiTag)
575 ((reinterpret_cast<intptr_t>(value) & kFailureTagMask) == kFailureTag)