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 165 static void* ClearWeakness(Object** location);
global-handles.cc 293 void* ClearWeakness() {
636 void* GlobalHandles::ClearWeakness(Object** location) {
637 return Node::FromLocation(location)->ClearWeakness();
    [all...]
api.cc 771 return i::GlobalHandles::ClearWeakness(location);
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 314 global_handles->ClearWeakness(g1c1.location());
315 global_handles->ClearWeakness(g2c1.location());

Completed in 91 milliseconds