Searched defs:infos (Results 1 – 8 of 8) sorted by relevance
20 bool ObjectAccessHelper::Compute(ChunkVector<ObjectAccessInfo> &infos) in Compute()91 bool ObjectAccessHelper::ComputePolymorphism(ChunkVector<ObjectAccessInfo> &infos) in ComputePolymorphism()
595 ChunkVector<ObjectAccessInfo> infos(circuit_->chunk()); in LowerNamedAccess() local
145 std::vector<std::string> infos; in GetModuleProperties() local174 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
143 std::vector<std::string> infos; in GetProperties() local172 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
166 void PushValueInfo(RemoteObject *value, std::vector<std::string> &infos) in PushValueInfo()
202 std::vector<std::unordered_map<uintptr_t, Vec>> &infos, in SortCallSite()
234 std::vector<std::string> infos = base::StringHelper::SplitString(content, BLOCK_SEPARATOR); in ParseFromText() local