#include <ic-stats.h>
Definition at line 53 of file ic-stats.h.
◆ ICStats()
v8::internal::ICStats::ICStats |
( |
| ) |
|
◆ Begin()
void v8::internal::ICStats::Begin |
( |
| ) |
|
◆ Current()
◆ Dump()
void v8::internal::ICStats::Dump |
( |
| ) |
|
◆ End()
void v8::internal::ICStats::End |
( |
| ) |
|
◆ GetOrCacheFunctionName()
◆ GetOrCacheScriptName()
const char * v8::internal::ICStats::GetOrCacheScriptName |
( |
Tagged< Script > | script | ) |
|
◆ instance()
◆ Reset()
void v8::internal::ICStats::Reset |
( |
| ) |
|
◆ enabled_
◆ function_name_map_
std::unordered_map<Address, std::unique_ptr<char[]> > v8::internal::ICStats::function_name_map_ |
|
private |
◆ ic_infos_
std::vector<ICInfo> v8::internal::ICStats::ic_infos_ |
|
private |
◆ instance_
Initial value:=
#define LAZY_INSTANCE_INITIALIZER
Definition at line 72 of file ic-stats.h.
◆ MAX_IC_INFO
const int v8::internal::ICStats::MAX_IC_INFO = 4096 |
◆ pos_
int v8::internal::ICStats::pos_ |
|
private |
◆ script_name_map_
std::unordered_map<Address, std::unique_ptr<char[]> > v8::internal::ICStats::script_name_map_ |
|
private |
The documentation for this class was generated from the following files: