Searched refs:DecodingMethod (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | module-decoder.h | 145 enum class DecodingMethod { enum 158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
|
| D | module-decoder.cc | 2226 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method, in DecodeWasmModule() 2259 metrics_event.async = decoding_method == DecodingMethod::kAsync || in DecodeWasmModule() 2260 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule() 2261 metrics_event.streamed = decoding_method == DecodingMethod::kSyncStream || in DecodeWasmModule() 2262 decoding_method == DecodingMethod::kAsyncStream; in DecodeWasmModule()
|
| D | wasm-engine.cc | 477 DecodingMethod::kSync, allocator()); in SyncValidate() 501 DecodingMethod::kSync, allocator()); in SyncCompileTranslatedAsmJs() 546 context_id, DecodingMethod::kSync, allocator()); in SyncCompile()
|
| D | wasm-serialization.cc | 863 DecodingMethod::kDeserialize, wasm_engine->allocator()); in DeserializeNativeModule()
|
| D | module-compiler.cc | 2503 DecodingMethod::kAsync, GetWasmEngine()->allocator()); in RunInBackground()
|