Home
last modified time | relevance | path

Searched refs:kFromSpaceZapValue (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dv8globals.h78 const Address kFromSpaceZapValue = variable
85 const Address kFromSpaceZapValue = reinterpret_cast<Address>(0xbeefdaf); variable
Dheap.cc4184 ASSERT(reinterpret_cast<Object*>(kFromSpaceZapValue)->IsFailure()); in ZapFromSpace()
4188 Memory::Address_at(a) = kFromSpaceZapValue; in ZapFromSpace()