Home
last modified time | relevance | path

Searched refs:CppgcPlatformAdapter (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc161 class CppgcPlatformAdapter final : public cppgc::Platform { class
163 explicit CppgcPlatformAdapter(v8::Platform* platform) : platform_(platform) {} in CppgcPlatformAdapter() function in v8::internal::__anon7ea5795c0211::CppgcPlatformAdapter
165 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()