![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-import-wrapper-cache.h>
Public Member Functions | |
ModificationScope (WasmImportWrapperCache *cache) | |
V8_EXPORT_PRIVATE WasmCode * | operator[] (const CacheKey &key) |
WasmCode * | AddWrapper (const CacheKey &key, WasmCompilationResult result, WasmCode::Kind kind, uint64_t signature_hash) |
Private Attributes | |
WasmImportWrapperCache *const | cache_ |
base::MutexGuard | guard_ |
Definition at line 51 of file wasm-import-wrapper-cache.h.
|
inlineexplicit |
Definition at line 53 of file wasm-import-wrapper-cache.h.
WasmCode * v8::internal::wasm::WasmImportWrapperCache::ModificationScope::AddWrapper | ( | const CacheKey & | key, |
WasmCompilationResult | result, | ||
WasmCode::Kind | kind, | ||
uint64_t | signature_hash ) |
Definition at line 58 of file wasm-import-wrapper-cache.cc.
WasmCode * v8::internal::wasm::WasmImportWrapperCache::ModificationScope::operator[] | ( | const CacheKey & | key | ) |
Definition at line 22 of file wasm-import-wrapper-cache.cc.
|
private |
Definition at line 62 of file wasm-import-wrapper-cache.h.
|
private |
Definition at line 63 of file wasm-import-wrapper-cache.h.