Home | History | Annotate | Download | only in cctest

Lines Matching defs:global_handles

358   GlobalHandles* global_handles = isolate->global_handles();
371 h1 = global_handles->Create(*i);
372 h2 = global_handles->Create(*u);
373 h3 = global_handles->Create(*i);
374 h4 = global_handles->Create(*u);
386 global_handles->Destroy(h1.location());
387 global_handles->Destroy(h3.location());
390 global_handles->Destroy(h2.location());
391 global_handles->Destroy(h4.location());
411 GlobalHandles* global_handles = isolate->global_handles();
424 h1 = global_handles->Create(*i);
425 h2 = global_handles->Create(*u);
428 global_handles->MakeWeak(h2.location(),
439 CHECK(!global_handles->IsNearDeath(h2.location()));
440 CHECK(!global_handles->IsNearDeath(h1.location()));
442 global_handles->Destroy(h1.location());
443 global_handles->Destroy(h2.location());
452 GlobalHandles* global_handles = isolate->global_handles();
465 h1 = global_handles->Create(*i);
466 h2 = global_handles->Create(*u);
474 global_handles->MakeWeak(h2.location(),
488 global_handles->Destroy(h1.location());
498 GlobalHandles* global_handles = isolate->global_handles();
508 h = global_handles
511 global_handles->MakeWeak(h.location(),