Searched refs:cpcache_entry (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp160 ConstantPoolCacheEntry* cpce = cpcache_entry();
177 return cpcache_entry()->constant_pool_index();
180 ConstantPoolCacheEntry* Bytecode_member_ref::cpcache_entry() const { function in class:Bytecode_member_ref
H A Dbytecode.hpp201 ConstantPoolCacheEntry* cpcache_entry() const;
245 bool has_appendix() { return cpcache_entry()->has_appendix(); }
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp500 ConstantPoolCacheEntry* cpcache_entry = cpcache->secondary_entry_at(method_index); local
501 oop call_site_oop = cpcache_entry->f1_as_instance();

Completed in 35 milliseconds