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

  /external/v8/src/
global-handles.h 152 void ClearWeakness(Object** location);
global-handles.cc 199 void ClearWeakness(GlobalHandles* global_handles) {
441 void GlobalHandles::ClearWeakness(Object** location) {
442 Node::FromLocation(location)->ClearWeakness(this);
debug.cc 654 global_handles->ClearWeakness(location);
    [all...]
profile-generator.cc 52 isolate->global_handles()->ClearWeakness(token_locations_[i]);
    [all...]
api.cc 627 isolate->global_handles()->ClearWeakness(obj);
    [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 380 global_handles->ClearWeakness(g1c1.location());
381 global_handles->ClearWeakness(g2c1.location());

Completed in 128 milliseconds