Home | History | Annotate | Download | only in src

Lines Matching refs:Address

75 const Address kZapValue =
76 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
77 const Address kHandleZapValue =
78 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
79 const Address kFromSpaceZapValue =
80 reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf));
85 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
86 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
87 const Address kFromSpaceZapValue = reinterpret_cast<Address>(0xbeefdaf);
247 typedef bool (*ConstraintCallback)(Address new_addr, Address old_addr);
252 typedef void (*InlineCacheCallback)(Code* code, Address ic);