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

#include <profile-generator.h>

Collaboration diagram for v8::internal::CodeEntryStorage:

Public Member Functions

void AddRef (CodeEntry *)
 
void DecRef (CodeEntry *)
 
StringsStoragestrings ()
 

Static Public Member Functions

template<typename... Args>
static CodeEntryCreate (Args &&... args)
 

Private Attributes

StringsStorage function_and_resource_names_
 

Detailed Description

Definition at line 526 of file profile-generator.h.

Member Function Documentation

◆ AddRef()

void v8::internal::CodeEntryStorage::AddRef ( CodeEntry * entry)

Definition at line 939 of file profile-generator.cc.

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

◆ Create()

template<typename... Args>
static CodeEntry * v8::internal::CodeEntryStorage::Create ( Args &&... args)
inlinestatic

Definition at line 529 of file profile-generator.h.

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

◆ DecRef()

void v8::internal::CodeEntryStorage::DecRef ( CodeEntry * entry)

Definition at line 943 of file profile-generator.cc.

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

◆ strings()

StringsStorage & v8::internal::CodeEntryStorage::strings ( )
inline

Definition at line 538 of file profile-generator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ function_and_resource_names_

StringsStorage v8::internal::CodeEntryStorage::function_and_resource_names_
private

Definition at line 541 of file profile-generator.h.


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