Searched defs:cpcache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.hpp52 ciCPCache(constantPoolCacheHandle cpcache) : ciObject(cpcache) {} argument
H A DciStreams.cpp483 constantPoolCacheOop cpcache = cpool->cache(); local
485 *(ciCPCache**)&_cpcache = CURRENT_ENV->get_object(cpcache)->as_cpcache();
496 constantPoolCacheOop cpcache = cpool->cache(); local
500 ConstantPoolCacheEntry* cpcache_entry = cpcache->secondary_entry_at(method_index);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp200 constantPoolCacheOop cpcache() const { return _method->constants()->cache(); } function in class:Bytecode_member_ref

Completed in 24 milliseconds