Searched refs:PendingPhantomCallback (Results 1 – 2 of 2) sorted by relevance
314 class PendingPhantomCallback; variable318 List<PendingPhantomCallback>* callbacks, Isolate* isolate);363 List<PendingPhantomCallback> pending_phantom_callbacks_;371 class GlobalHandles::PendingPhantomCallback {374 PendingPhantomCallback( in PendingPhantomCallback() function
272 List<PendingPhantomCallback>* pending_phantom_callbacks) { in CollectPhantomCallbackData()296 PendingPhantomCallback(this, callback, parameter(), internal_fields)); in CollectPhantomCallbackData()520 List<PendingPhantomCallback>* pending_phantom_callbacks, Isolate* isolate) in PendingPhantomCallbacksSecondPassTask()535 List<PendingPhantomCallback> pending_phantom_callbacks_;916 List<PendingPhantomCallback>* callbacks, Isolate* isolate) { in InvokeSecondPassPhantomCallbacks()1014 List<PendingPhantomCallback> second_pass_callbacks; in DispatchPendingPhantomCallbacks()1046 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) { in Invoke()