Home
last modified time | relevance | path

Searched refs:VM (Results 1 – 25 of 235) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h145 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
159 registerAlternateMappingContext(ValueToValueMapTy &VM,
206 inline Value *MapValue(const Value *V, ValueToValueMapTy &VM,
210 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapValue(*V);
228 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM,
232 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMetadata(*MD);
236 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapTy &VM,
240 return ValueMapper(VM, Flags, TypeMapper, Materializer).mapMDNode(*MD);
251 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
255 ValueMapper(VM, Flags, TypeMapper, Materializer).remapInstruction(*I);
[all …]
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/
Dfuchsia_remote_connection.dart69 /// An enum specifying a Dart VM's state.
71 /// The Dart VM has started.
74 /// The Dart VM has stopped.
76 /// This can mean either the host machine cannot be connect to, the VM service
77 /// has shut down cleanly, or the VM service has crashed.
81 /// An event regarding the Dart VM.
83 /// Specifies the type of the event (whether the VM has started or has stopped),
84 /// and contains the service port of the VM as well as a URI to connect to it.
88 /// The URI used to connect to the Dart VM.
91 /// The type of event regarding this instance of the Dart VM.
[all …]
/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc93 SetRef VM::ComputeFvs(const FuncGraphPtr &graph) { in ComputeFvs()
115 void VM::AcquireGraph(const FuncGraphPtr &graph) { in AcquireGraph()
131 VectorRef VM::ExportSequence(const VectorRef &seq) { in ExportSequence()
138 ClosurePtr VM::ExportClosure(const ClosurePtr &clos) { in ExportClosure()
145 ClosurePtr VM::ExportGraph(const FuncGraphPtr &g) { in ExportGraph()
152 BaseRef VM::ExportObj(const BaseRef &obj) const { return obj; } in ExportObj()
154 BaseRef VM::Export(const BaseRef &value) { in Export()
184 BaseRef VM::Evaluate(const FuncGraphPtr &graph, const VectorRef &args, const AnfNodePtrToBaseRefMap… in Evaluate()
241 SuccFunc VM::SuccVm(const FuncGraphPtr &graph) { in SuccVm()
269 BaseRef VM::Call(const BaseRef &fn, const VectorRef &args) { in Call()
[all …]
Dvmimpl.h50 class VM; variable
51 using VMPtr = std::shared_ptr<VM>;
137 class VM : public std::enable_shared_from_this<VM>, public VMImpl {
/third_party/boost/libs/math/doc/distributions/
Dhyperexponential.qbk161 * /VM Lifetime/: the time duration over which a VM is provisioned to a physical machine,
163 * /Core Count/: the CPU core count requested for each VM.
167 …he authors build a statistical model for the request interarrival time and VM lifetime attributes …
169 …rd deviation (SD), in seconds, of the request interarrival time and of the VM lifetime distributio…
172 …set][Mean Request Interarrival Time (SD)][Mean Multi-core VM Lifetime (SD)][Mean Single-core VM Li…
181 [[Dataset][Request Interarrival Time][Multi-core VM Lifetime][Single-core VM Lifetime]]
197 - Probability that a VM will arrive within 30 minutes: 0.84
198 - Probability that a VM will arrive after 1 hour: 0.092
199 * Fitted Multi-core VM Lifetime
202 - Probability that a VM will last for less than 1 month: 1
[all …]
/third_party/grpc/tools/gce/
Dkokoro_performance.pub1 # Enable Kokoro CI to SSH to the VM (Added by linux_kokoro_performance_worker_init.sh)
3 # Enable kokoro multi-machine benchmark driver VM to SSH to the VM (Added by linux_kokoro_performan…
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/
Ddart_vm.dart28 /// [DartVm] uses this function to connect to the Dart VM on Fuchsia.
67 /// Attempts to connect to a Dart VM service.
90 _log.fine('Dart VM connection failed $e: ${e.message}');
99 _log.warning('Connection to Fuchsia\'s Dart VM timed out at '
109 /// Restores the VM service connection function to the default implementation.
114 /// An error raised when a malformed RPC response is received from the Dart VM.
131 /// Handles JSON RPC-2 communication with a Dart VM service.
133 /// Either wraps existing RPC calls to the Dart VM service, or runs raw RPC
164 /// VM. Therefore, the [pattern] argument should be written to exclude
183 /// Invokes a raw JSON RPC command with the VM service.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice_record_replay.dart22 /// A [StreamChannel] that expects VM service (JSON-rpc) protocol messages and
94 /// A VM service JSON-rpc request (sent to the VM).
100 /// A VM service JSON-rpc response (from the VM).
115 /// A helper class that monitors a [Stream] of VM service JSON-rpc responses
162 /// A [StreamSink] that monitors VM service JSON-rpc requests and saves the
193 /// A [StreamChannel] that expects VM service (JSON-rpc) requests to be written
233 // This signals that when we were recording, the VM shut down before
Dvmservice.dart36 /// The VM Service Protocol allows clients to register custom services that
40 /// when available, instead of the VM internal one. This allows these clients to
99 /// A connection to the Dart VM Service.
110 _vm = VM._empty(this);
244 /// Connect to a Dart VM Service at [httpUri].
247 /// will be registered. The VM Service Protocol allows clients to register
274 VM _vm;
275 /// The singleton [VM] object. Owns [Isolate] and [FlutterView] objects.
276 VM get vm => _vm;
283 /// Whether our connection to the VM service has been closed;
[all …]
/third_party/flutter/engine/flutter/frontend_server/
DREADME.md50 One use of `accept` and `reject` instructions is in the context of Dart VM hot-reload. Dart VM can
52 of Dart VM internal reasons. For example, if incremental update changes some `class` to `enum`,
53 such update can not be hot-reloaded by VM at this point, will be rejected.
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dsmoke_test_setup_failure.dart9 /// By not calling `task()` the VM service extension is not registered and
12 /// VM service, will likely retry and finally time out.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp98 ValueToValueMapTy *VM; member
102 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext()
104 : VM(&VM), Materializer(Materializer) {} in MappingContext()
123 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() argument
126 MCs(1, MappingContext(VM, Materializer)) {} in Mapper()
134 registerAlternateMappingContext(ValueToValueMapTy &VM, in registerAlternateMappingContext() argument
136 MCs.push_back(MappingContext(VM, Materializer)); in registerAlternateMappingContext()
176 void remapFunction(Function &F, ValueToValueMapTy &VM);
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM()
1077 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags, in ValueMapper() argument
[all …]
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Drunner.dart14 /// Runs a task in a separate Dart VM and collects the result using the VM
97 // Make sure VM server is up by successfully opening and closing a socket.
102 final VM vm = await client.getVM();
110 … print('VM service still not ready after ${stopwatch.elapsed}: $error\nContinuing to retry...');
Dframework.dart26 /// VM service protocol to run it.
29 /// registered per Dart VM.
125 /// Causes the Dart VM to stay alive until a request to run the task is
126 /// received via the VM service protocol.
131 // Merely creating this port object will cause the VM to stay alive and keep
132 // the VM service server running until the port is disposed of.
146 /// Disables the keep-alive port, allowing the VM to exit.
/third_party/python/Lib/test/test_email/data/
Dmsg_06.txt13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
28 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Ddriver.dart36 /// A meta-identifier that instructs the Dart VM to record all streams.
42 /// Marks events from the Dart VM's JIT compiler.
48 /// Marks events from the Dart VM debugger.
60 /// Marks internal VM events.
72 /// the VM service.
87 case TimelineStream.vm: return 'VM';
166 /// `dartVmServiceUrl` is the URL to Dart observatory (a.k.a. VM service). If
200 // If the user has already supplied an isolate number/URL to the Dart VM
235 // Connect to Dart VM services
240 final VM vm = await client.getVM();
[all …]
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/
Dfuchsia_remote_debug_protocol.dart13 /// Dart VM and operate on Isolates and Flutter Views, including affordances to
14 /// subscribe to creation and destruction of Dart VM instances, Isolates, and
/third_party/e2fsprogs/tests/f_bad_encryption/
Dexpect.121 Encrypted entry 'd6M->'M-#I^VM-^KM-F~^WSJ+M-uM-zM-zXM-^' in /edir (12) references unencrypted inode…
24 Encrypted entry '\M-!M-Y%DhM-OM-VM-zM-CM-gVM-R3M-^RM-IkE^JM-^S' in /edir (12) references unencrypte…
38 Encrypted entry 'M-VM-cxM-jM-zM-b^WM-o*M-jM-uM-,R^PM-hM-2' in /edir (12) references unencrypted ino…
50 Encrypted entry '(M-8RKM-LM-eM-^W^[M-'M-SM-@uM-^VM-|M-GiM-^JbM-nM-z' in /edir (12) references inode…
/third_party/node/doc/guides/
Dadding-new-napi-api.md19 * New API **should** be agnostic towards the underlying JavaScript VM.
30 one other VM implementation of Node.js.
49 alternate VM.
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts129 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
148 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
302 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
375 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h121 const ValueToValueMapTy &VM,
126 const ValueToValueMapTy &VM);
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.js129 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
148 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
302 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
375 …mapEntries<KM, VM>(mapper: (entry: [K, V], index: number, iter: this) => [KM, VM], context?: any):…
/third_party/flutter/engine/flutter/ci/docker/windows_build/
DREADME.md8 scripts for preparing that VM.
/third_party/flutter/flutter/packages/flutter/test/services/
Dmessage_codecs_test.dart6 // and in the VM. For VM-only tests see message_codecs_vm_test.dart.
/third_party/skia/site/docs/dev/testing/
Dswarmingbots.md45 zone listed on the VM's detail page (see links above). You may also specify
47 - To log in to a Windows bot in GCE, first go to the VM's detail page and
52 - RDP: On the VM's detail page, click the "RDP" button. (You will be

12345678910