Lines Matching refs:WorkerHeapSnapshotTaker
755 class WorkerHeapSnapshotTaker : public AsyncWrap {
757 WorkerHeapSnapshotTaker(Environment* env, Local<Object> obj)
761 SET_MEMORY_INFO_NAME(WorkerHeapSnapshotTaker)
762 SET_SELF_SIZE(WorkerHeapSnapshotTaker)
779 // The created WorkerHeapSnapshotTaker is an object owned by main
781 std::unique_ptr<BaseObjectPtr<WorkerHeapSnapshotTaker>> taker =
782 std::make_unique<BaseObjectPtr<WorkerHeapSnapshotTaker>>(
783 MakeDetachedBaseObject<WorkerHeapSnapshotTaker>(env, wrap));
793 // Here, the worker thread temporarily owns the WorkerHeapSnapshotTaker
813 // WorkerHeapSnapshotTaker object is delivered to the main thread, too.
902 WorkerHeapSnapshotTaker::kInternalFieldCount);
906 FIXED_ONE_BYTE_STRING(isolate, "WorkerHeapSnapshotTaker");