Home | History | Annotate | Download | only in src

Lines Matching defs:global_handles

1472   GlobalHandles* global_handles = Isolate::Current()->global_handles();
1474 code_ = Handle<Code>::cast(global_handles->Create(code));
1475 global_handles->MakeWeak(reinterpret_cast<Object**>(code_.location()),
1482 GlobalHandles* global_handles = Isolate::Current()->global_handles();
1483 global_handles->Destroy(reinterpret_cast<Object**>(code_.location()));