HomeSort by relevance Sort by last modified time
    Searched refs:ClearWeakness (Results 1 - 11 of 11) 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/chromium_org/v8/src/
global-handles.h 161 static void ClearWeakness(Object** location);
global-handles.cc 240 void ClearWeakness() {
498 void GlobalHandles::ClearWeakness(Object** location) {
499 Node::FromLocation(location)->ClearWeakness();
    [all...]
debug.cc 688 global_handles->ClearWeakness(location);
    [all...]
api.cc 670 i::GlobalHandles::ClearWeakness(obj);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 382 global_handles->ClearWeakness(g1c1.location());
383 global_handles->ClearWeakness(g2c1.location());
  /external/v8/test/cctest/
test-mark-compact.cc 380 global_handles->ClearWeakness(g1c1.location());
381 global_handles->ClearWeakness(g2c1.location());

Completed in 497 milliseconds