Searched refs:Delete (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/share/vm/adlc/
H A Ddict2.hpp75 const void *Delete(void *key); // Delete & return old
H A Ddict2.cpp82 // Delete an existing dictionary.
210 //------------------------------Delete---------------------------------------
212 const void *Dict::Delete(void *key) { function in class:Dict
/openjdk10/hotspot/src/share/vm/libadt/
H A Ddict.hpp76 void *Delete(void *key); // Delete & return old
H A Ddict.cpp98 // Delete an existing dictionary.
239 //------------------------------Delete---------------------------------------
241 void *Dict::Delete(void *key) { function in class:Dict
/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h339 static void Delete(T* x) { function in namespace:testing::internal
H A Dgtest.cc2404 ForEach(test_info_list_, internal::Delete<TestInfo>);
2936 ForEach(listeners_, Delete<TestEventListener>);
4035 ForEach(test_cases_, internal::Delete<TestCase>);
4038 ForEach(environments_, internal::Delete<Environment>);
/openjdk10/hotspot/src/share/vm/opto/
H A Dsuperword.hpp214 void unmap(Node* key) { _dict->Delete(_2p(key)); }
H A Dcompile.hpp130 void remove(node_idx_t key) { _dict->Delete(_2p(key)); }

Completed in 213 milliseconds