Lines Matching refs:ConstantPoolKey
168 class ConstantPoolKey {
170 explicit ConstantPoolKey(uint64_t value,
174 explicit ConstantPoolKey(uint32_t value,
219 inline bool operator<(const ConstantPoolKey& a, const ConstantPoolKey& b) {
228 inline bool operator==(const ConstantPoolKey& a, const ConstantPoolKey& b) {
322 RelocInfoStatus RecordKey(ConstantPoolKey key, int offset);
323 RelocInfoStatus GetRelocInfoStatusFor(const ConstantPoolKey& key);
324 void Emit(const ConstantPoolKey& key);
326 const ConstantPoolKey& key);
341 std::multimap<ConstantPoolKey, int> entries_;