![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Member Functions | |
size_t | EstimateCurrentMemoryConsumption () const |
Public Attributes | |
std::unordered_map< uint32_t, FunctionTypeFeedback > | feedback_for_function |
std::unordered_map< uint32_t, uint32_t > | deopt_count_for_function |
base::Mutex | mutex |
WellKnownImportsList | well_known_imports |
Definition at line 665 of file wasm-module.h.
size_t v8::internal::wasm::TypeFeedbackStorage::EstimateCurrentMemoryConsumption | ( | ) | const |
Definition at line 746 of file wasm-module.cc.
std::unordered_map<uint32_t, uint32_t> v8::internal::wasm::TypeFeedbackStorage::deopt_count_for_function |
Definition at line 667 of file wasm-module.h.
std::unordered_map<uint32_t, FunctionTypeFeedback> v8::internal::wasm::TypeFeedbackStorage::feedback_for_function |
Definition at line 666 of file wasm-module.h.
|
mutable |
Definition at line 681 of file wasm-module.h.
WellKnownImportsList v8::internal::wasm::TypeFeedbackStorage::well_known_imports |
Definition at line 683 of file wasm-module.h.