Home
last modified time | relevance | path

Searched refs:getVM (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dvmservice_test.dart74 if (method == 'getVM')
78 if (method == 'getVM') {
195 vmService.getVM().then((void value) { done = true; });
203 mockPeer.tripGetVMLatch(); // this blocks the upcoming getVM call
209 …Duration(milliseconds: 50)); // the last listViews had no views, so it waits 50ms, then calls getVM
212 mockPeer.tripGetVMLatch(); // this unblocks the getVM call
214 … time.elapse(Duration.zero); // here getVM returns with no isolates and listViews returns no views
219 mockPeer.tripGetVMLatch(); // this unblocks the getVM call
221 … time.elapse(Duration.zero); // here getVM returns with no isolates and listViews returns no views
226 mockPeer.tripGetVMLatch(); // this unblocks the getVM call
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anonc04a033a0111::Mapper
340 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()
343 if (I != getVM().end()) { in mapValue()
351 getVM()[V] = NewV; in mapValue()
361 return getVM()[V] = const_cast<Value *>(V); in mapValue()
375 return getVM()[V] = const_cast<Value *>(V); in mapValue()
400 return getVM()[V] = const_cast<Value *>(V); in mapValue()
405 return getVM()[V] = const_cast<Value *>(V); in mapValue()
406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()
447 return getVM()[V] = C; in mapValue()
[all …]
/third_party/flutter/engine/flutter/shell/testing/observatory/
Dtest.dart61 uri = uri.replace(path: 'getVM');
76 final Map<String, dynamic> response = await serviceClient.invokeRPC('getVM');
111 final Map<String, dynamic> response = await serviceClient.invokeRPC('getVM');
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dcoverage_collector.dart180 await vmService.getVM();
185 await service.getVM();
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dservice_extensions_test.dart57 final VM vm = await client.getVM();
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Drunner.dart102 final VM vm = await client.getVM();
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp49 JavaVM* getVM (void) const { return m_vm; } in getVM() function in tcu::Android::__anon4bdb89260111::ScopedJNIEnv
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_device.dart483 await vmService.getVM();
575 await service.getVM();
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/
Ddart_vm.dart171 await invokeRpc('getVM', timeout: timeout);
/third_party/flutter/flutter/packages/flutter_driver/test/
Dflutter_driver_test.dart42 when(mockClient.getVM()).thenAnswer((_) => Future<MockVM>.value(mockVM));
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/
Dtest_driver.dart170 final VM vm = await _vmService.getVM();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart366 Future<void> getVM() async => await vm.reload();
684 Future<Map<String, dynamic>> _fetchDirect() => invokeRpcRaw('getVM');
Dresident_runner.dart162 await service.getVM();
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/fuchsia/
Dfuchsia_device_test.dart363 when(vmService.getVM())
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Ddriver.dart240 final VM vm = await client.getVM();