Searched refs:getVM (Results 1 – 2 of 2) sorted by relevance
167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anon7a11644f0111::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 …]
49 JavaVM* getVM (void) const { return m_vm; } in getVM() function in tcu::Android::__anon1fa343240111::ScopedJNIEnv