v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
basic-block-profiler.h File Reference
#include <iosfwd>
#include <list>
#include <memory>
#include <string>
#include <vector>
#include "src/base/macros.h"
#include "src/base/platform/mutex.h"
#include "src/common/globals.h"
#include "src/objects/shared-function-info.h"
Include dependency graph for basic-block-profiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::BasicBlockProfilerData
 
class  v8::internal::BasicBlockProfiler
 
class  v8::internal::BuiltinsCallGraph
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

using v8::internal::BlockCallees = std::set<Builtin>
 
using v8::internal::BuiltinCallees = std::unordered_map<int32_t, BlockCallees>
 
using v8::internal::BuiltinCallMap = std::unordered_map<Builtin, BuiltinCallees>
 

Functions

std::ostream & v8::internal::operator<< (std::ostream &os, const BasicBlockProfilerData &d)