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);
81 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
109 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
116 object_ = reinterpret_cast<Object*>(kGlobalHandleZapValue);
267 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue));
286 CHECK_NE(object_, reinterpret_cast<Object*>(kGlobalHandleZapValue));
    [all...]
globals.h 351 const Address kGlobalHandleZapValue =
361 const Address kGlobalHandleZapValue = reinterpret_cast<Address>(0xbaffedf);
    [all...]

Completed in 63 milliseconds