Searched refs:CppgcPlatformAdapter (Results 1 – 1 of 1) sorted by relevance
161 class CppgcPlatformAdapter final : public cppgc::Platform { class163 explicit CppgcPlatformAdapter(v8::Platform* platform) : platform_(platform) {} in CppgcPlatformAdapter() function in v8::internal::__anon7ea5795c0211::CppgcPlatformAdapter165 CppgcPlatformAdapter(const CppgcPlatformAdapter&) = delete;166 CppgcPlatformAdapter& operator=(const CppgcPlatformAdapter&) = delete;429 std::make_shared<CppgcPlatformAdapter>(platform), custom_spaces, in CppHeap()462 static_cast<CppgcPlatformAdapter*>(platform()) in AttachIsolate()776 static_cast<CppgcPlatformAdapter*>(platform()) in EnableDetachedGarbageCollectionsForTesting()