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

  /external/v8/src/
global-handles.cc 65 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
77 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
101 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
108 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
236 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue));
255 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue));
    [all...]
globals.h 397 const Address kGlobalHandleZapValue =
407 const Address kGlobalHandleZapValue = reinterpret_cast<Address>(0xbaffedf);
    [all...]

Completed in 538 milliseconds