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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheKlass.cpp74 cache->set_constant_pool(NULL);
H A DcpCacheOop.hpp423 void set_constant_pool(constantPoolOop pool) { oop_store_without_check((oop*)&_constant_pool, (oop)pool); } function in class:constantPoolCacheOopDesc
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp89 cache->set_constant_pool(_pool());

Completed in 257 milliseconds