Searched refs:ciCPCache (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.cpp26 #include "ci/ciCPCache.hpp"
30 // ciCPCache
33 // ciCPCache::get_f1_offset
34 size_t ciCPCache::get_f1_offset(int index) {
46 // ciCPCache::is_f1_null_at
47 bool ciCPCache::is_f1_null_at(int index) {
54 // ciCPCache::get_pool_index
55 int ciCPCache::get_pool_index(int index) {
65 // ciCPCache::print
68 void ciCPCache
[all...]
H A DciCPCache.hpp32 // ciCPCache
36 // Note: This class is called ciCPCache as ciConstantPoolCache is used
38 class ciCPCache : public ciObject { class in inherits:ciObject
52 ciCPCache(constantPoolCacheHandle cpcache) : ciObject(cpcache) {} function in class:ciCPCache
H A DciClassList.hpp31 class ciCPCache;
94 friend class ciCPCache; \
H A DciObject.hpp205 ciCPCache* as_cpcache() {
207 return (ciCPCache*)this;
H A DciStreams.hpp58 ciCPCache* _cpcache;
271 ciCPCache* get_cpcache() const;
H A DciStreams.cpp26 #include "ci/ciCPCache.hpp"
478 ciCPCache* ciBytecodeStream::get_cpcache() const {
485 *(ciCPCache**)&_cpcache = CURRENT_ENV->get_object(cpcache)->as_cpcache();
H A DciObjectFactory.cpp26 #include "ci/ciCPCache.hpp"
365 return new (arena()) ciCPCache(h_cpc);

Completed in 36 milliseconds