HomeSort by relevance Sort by last modified time
    Searched refs:kHandleZapValue (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
v8globals.h 72 const Address kHandleZapValue =
83 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
arguments.h 223 reinterpret_cast<Object*>(kHandleZapValue);
handles.cc 108 *reinterpret_cast<Address*>(p) = v8::internal::kHandleZapValue;
    [all...]
  /external/v8/src/
v8globals.h 77 const Address kHandleZapValue =
86 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
handles-inl.h 65 ASSERT(reinterpret_cast<Address>(*location_) != kHandleZapValue);
handles.cc 110 *reinterpret_cast<Address*>(p) = v8::internal::kHandleZapValue;
    [all...]
type-info.cc 68 ASSERT(reinterpret_cast<Address>(*dictionary_.location()) != kHandleZapValue);

Completed in 142 milliseconds