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

  /external/v8/src/
global-handles.h 90 static void ClearWeakness(Object** location);
global-handles.cc 116 void ClearWeakness() {
117 LOG(HandleEvent("GlobalHandle::ClearWeakness", handle().location()));
313 void GlobalHandles::ClearWeakness(Object** location) {
314 Node::FromLocation(location)->ClearWeakness();
debug.cc 606 GlobalHandles::ClearWeakness(location);
    [all...]
api.cc 421 i::GlobalHandles::ClearWeakness(obj);
    [all...]

Completed in 580 milliseconds