Searched refs:api_method_name (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.h | 200 const char* api_method_name, 375 Handle<Context> context, const char* api_method_name,
|
D | module-compiler.h | 128 const char* api_method_name,
|
D | wasm-engine.cc | 686 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()
|
D | wasm-js.cc | 55 Isolate* isolate, const char* api_method_name, in WasmStreamingImpl() argument 62 api_method_name, resolver_); in WasmStreamingImpl()
|
D | module-compiler.cc | 2004 Handle<Context> incumbent_context, const char* api_method_name, in AsyncCompileJob() argument 2007 api_method_name_(api_method_name), in AsyncCompileJob()
|