v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::StressConcurrentAllocationTask Class Reference
Inheritance diagram for v8::internal::StressConcurrentAllocationTask:
Collaboration diagram for v8::internal::StressConcurrentAllocationTask:

Public Member Functions

 StressConcurrentAllocationTask (Isolate *isolate)
 
void RunInternal () override
 
- Public Member Functions inherited from v8::internal::CancelableTask
 CancelableTask (Isolate *isolate)
 
 CancelableTask (CancelableTaskManager *manager)
 
 CancelableTask (const CancelableTask &)=delete
 
CancelableTaskoperator= (const CancelableTask &)=delete
 
void Run () final
 
- Public Member Functions inherited from v8::internal::Cancelable
 Cancelable (CancelableTaskManager *parent)
 
virtual ~Cancelable ()
 
 Cancelable (const Cancelable &)=delete
 
Cancelableoperator= (const Cancelable &)=delete
 
CancelableTaskManager::Id id ()
 

Static Public Member Functions

static void Schedule (Isolate *isolate)
 

Private Attributes

Isolateisolate_
 

Additional Inherited Members

- Protected Types inherited from v8::internal::Cancelable
enum  Status { kWaiting , kCanceled , kRunning }
 
- Protected Member Functions inherited from v8::internal::Cancelable
bool TryRun (Status *previous=nullptr)
 

Detailed Description

Definition at line 5672 of file heap.cc.

Constructor & Destructor Documentation

◆ StressConcurrentAllocationTask()

v8::internal::StressConcurrentAllocationTask::StressConcurrentAllocationTask ( Isolate * isolate)
inlineexplicit

Definition at line 5674 of file heap.cc.

Member Function Documentation

◆ RunInternal()

void v8::internal::StressConcurrentAllocationTask::RunInternal ( )
inlineoverridevirtual

Implements v8::internal::CancelableTask.

Definition at line 5677 of file heap.cc.

Here is the call graph for this function:

◆ Schedule()

static void v8::internal::StressConcurrentAllocationTask::Schedule ( Isolate * isolate)
inlinestatic

Definition at line 5732 of file heap.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ isolate_

Isolate* v8::internal::StressConcurrentAllocationTask::isolate_
private

Definition at line 5740 of file heap.cc.


The documentation for this class was generated from the following file: