![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Classes | |
class | v8::internal::wasm::ProfileGenerator |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::wasm |
Functions | |
void | v8::internal::wasm::DeserializeTypeFeedback (Decoder &decoder, const WasmModule *module) |
std::unique_ptr< ProfileInformation > | v8::internal::wasm::DeserializeTieringInformation (Decoder &decoder, const WasmModule *module) |
std::unique_ptr< ProfileInformation > | v8::internal::wasm::RestoreProfileData (const WasmModule *module, base::Vector< uint8_t > profile_data) |
void | v8::internal::wasm::DumpProfileToFile (const WasmModule *module, base::Vector< const uint8_t > wire_bytes, std::atomic< uint32_t > *tiering_budget_array) |
std::unique_ptr< ProfileInformation > | v8::internal::wasm::LoadProfileFromFile (const WasmModule *module, base::Vector< const uint8_t > wire_bytes) |
Variables | |
constexpr uint8_t | v8::internal::wasm::kFunctionExecutedBit = 1 << 0 |
constexpr uint8_t | v8::internal::wasm::kFunctionTieredUpBit = 1 << 1 |