Home
last modified time | relevance | path

Searched refs:api_method_name (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h200 const char* api_method_name,
375 Handle<Context> context, const char* api_method_name,
Dmodule-compiler.h128 const char* api_method_name,
Dwasm-engine.cc686 const char* api_method_name, in StartStreamingCompilation() argument
694 api_method_name, std::move(resolver), compilation_id); in StartStreamingCompilation()
698 isolate, enabled, context, api_method_name, std::move(resolver)); in StartStreamingCompilation()
918 const char* api_method_name, in CreateAsyncCompileJob() argument
923 incumbent_context, api_method_name, std::move(resolver), compilation_id); in CreateAsyncCompileJob()
Dwasm-js.cc55 Isolate* isolate, const char* api_method_name, in WasmStreamingImpl() argument
62 api_method_name, resolver_); in WasmStreamingImpl()
Dmodule-compiler.cc2004 Handle<Context> incumbent_context, const char* api_method_name, in AsyncCompileJob() argument
2007 api_method_name_(api_method_name), in AsyncCompileJob()