Home
last modified time | relevance | path

Searched defs:module (Results 701 - 725 of 1242) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.h113 VkShaderModule module; member
/third_party/node/lib/
H A D_http_agent.js
H A Dzlib.js
/third_party/node/lib/internal/
H A Dasync_hooks.js
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h239 WasmModule* module() const { return shared_module().get(); } in module() function in v8::internal::wasm::ModuleDecoder
H A Dfunction-body-decoder.cc24 HeapType consume_heap_type(Decoder* decoder, const WasmModule* module, in consume_heap_type() argument
89 std::pair<uint32_t, uint32_t> StackEffect(const WasmModule* module, in StackEffect() argument
34 DecodeLocalDecls(const WasmFeatures& enabled, BodyLocalDecls* decls, const WasmModule* module, const byte* start, const byte* end) DecodeLocalDecls() argument
65 VerifyWasmCode(AccountingAllocator* allocator, const WasmFeatures& enabled, const WasmModule* module, WasmFeatures* detected, const FunctionBody& body) VerifyWasmCode() argument
132 PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, const WasmModule* module, PrintLocals print_locals) PrintRawWasmCode() argument
138 PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, const WasmModule* module, PrintLocals print_locals, std::ostream& os, std::vector<int>* line_numbers) PrintRawWasmCode() argument
[all...]
H A Dfunction-compiler.cc27 GetBaselineExecutionTier( const WasmModule* module) GetBaselineExecutionTier() argument
208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument
254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
266 CompileSpecificJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module) CompileSpecificJSToWasmWrapper() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c151 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
H A Dglobal.cc75 auto module = wasm::Module::make(store, binary); in run() local
H A Dmemory.c125 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
H A Dglobal.c74 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc106 bool IsV8Module(IDebugHostModule* module) { in IsV8Module() argument
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py56 module='jinja2.sandbox') variable
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_env.cc452 void init_env_class(mrb_state *mrb, RClass *module) { in init_env_class() argument
H A Dshrpx_mruby_module_response.cc368 void init_response_class(mrb_state *mrb, RClass *module) { in init_response_class() argument
H A Dshrpx_mruby_module_request.cc328 void init_request_class(mrb_state *mrb, RClass *module) { in init_request_class() argument
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h404 gralloc_open(const struct hw_module_t* module, struct alloc_device_t** device) gralloc_open() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c104 LLVMModuleRef module = gallivm->module; in add_conv_test() local
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc30 void PrintModuleName(Module module, std::ostream& os) { in PrintModuleName() argument
41 void PrintStatusTransition(Module module, Module::Status old_status) { in PrintStatusTransition() argument
49 PrintStatusMessage(Module module, const char* message) PrintStatusMessage() argument
57 SetStatusInternal(Module module, Module::Status new_status) SetStatusInternal() argument
78 RecordErrorUsingPendingException(Isolate* isolate, Handle<Module> module) RecordErrorUsingPendingException() argument
85 RecordError(Isolate* isolate, Handle<Module> module, Handle<Object> error) RecordError() argument
105 ResetGraph(Isolate* isolate, Handle<Module> module) ResetGraph() argument
132 Reset(Isolate* isolate, Handle<Module> module) Reset() argument
160 ResolveExport(Isolate* isolate, Handle<Module> module, Handle<String> module_specifier, Handle<String> export_name, MessageLocation loc, bool must_resolve, Module::ResolveSet* resolve_set) ResolveExport() argument
179 Instantiate( Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context, v8::Module::ResolveModuleCallback callback, DeprecatedResolveCallback callback_without_import_assertions) Instantiate() argument
207 PrepareInstantiate( Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context, v8::Module::ResolveModuleCallback callback, DeprecatedResolveCallback callback_without_import_assertions) PrepareInstantiate() argument
227 FinishInstantiate(Isolate* isolate, Handle<Module> module, ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index, Zone* zone) FinishInstantiate() argument
245 Evaluate(Isolate* isolate, Handle<Module> module) Evaluate() argument
295 GetModuleNamespace(Isolate* isolate, Handle<Module> module) GetModuleNamespace() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c106 lp_declare_intrinsic_with_type(LLVMModuleRef module, in lp_declare_intrinsic_with_type() argument
124 lp_declare_intrinsic(LLVMModuleRef module, in lp_declare_intrinsic() argument
237 LLVMModuleRef module in lp_build_intrinsic() local
[all...]
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jackdbus-detect.c114 pa_module *module; member
/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-port-available.c631 void pa__done(pa_module *module) { in pa__done() argument
H A Dmodule-zeroconf-discover.c66 pa_module *module; member
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c59 pa_module *module; member
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c107 pa_module *module; member

Completed in 16 milliseconds

1...<<21222324252627282930>>...50