Searched refs:getVM (Results 1 – 15 of 15) sorted by relevance
74 if (method == 'getVM')78 if (method == 'getVM') {195 vmService.getVM().then((void value) { done = true; });203 mockPeer.tripGetVMLatch(); // this blocks the upcoming getVM call209 …Duration(milliseconds: 50)); // the last listViews had no views, so it waits 50ms, then calls getVM212 mockPeer.tripGetVMLatch(); // this unblocks the getVM call214 … time.elapse(Duration.zero); // here getVM returns with no isolates and listViews returns no views219 mockPeer.tripGetVMLatch(); // this unblocks the getVM call221 … time.elapse(Duration.zero); // here getVM returns with no isolates and listViews returns no views226 mockPeer.tripGetVMLatch(); // this unblocks the getVM call[all …]
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anon3fee47d90111::Mapper340 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 …]
61 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');
180 await vmService.getVM();185 await service.getVM();
57 final VM vm = await client.getVM();
102 final VM vm = await client.getVM();
49 JavaVM* getVM (void) const { return m_vm; } in getVM() function in tcu::Android::__anonbc9b07a50111::ScopedJNIEnv
483 await vmService.getVM();575 await service.getVM();
171 await invokeRpc('getVM', timeout: timeout);
42 when(mockClient.getVM()).thenAnswer((_) => Future<MockVM>.value(mockVM));
170 final VM vm = await _vmService.getVM();
366 Future<void> getVM() async => await vm.reload();684 Future<Map<String, dynamic>> _fetchDirect() => invokeRpcRaw('getVM');
162 await service.getVM();
363 when(vmService.getVM())
240 final VM vm = await client.getVM();