Searched refs:cpcache (Results 1 - 4 of 4) 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.cpp123 assert(cpcache() != NULL, "do not call this from verifier or rewriter");
186 return cpcache()->entry_at(index);
H A Dbytecode.hpp200 constantPoolCacheOop cpcache() const { return _method->constants()->cache(); } function in class:Bytecode_member_ref

Completed in 2931 milliseconds