Searched refs:constantPoolOop (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp36 #include "oops/constantPoolOop.hpp"
115 constantPoolOop pool = method(thread)->constants();
205 constantPoolOop constants = method(thread)->constants();
241 constantPoolOop cpool = method(thread)->constants();
H A Dbytecode.hpp199 constantPoolOop constants() const { return _method->constants(); }
H A DbytecodeInterpreter.cpp1943 constantPoolOop constants = istate->method()->constants();
2099 constantPoolOop constants = METHOD->constants();
2136 constantPoolOop constants = METHOD->constants();
2217 constantPoolOop constants = METHOD->constants();
2250 constantPoolOop constants = METHOD->constants();
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1284 constantPoolOop cp = method()->constants();
1316 constantPoolOop cp = method()->constants();
1858 constantPoolOop cp = method()->constants();
1901 constantPoolOop cp = method()->constants();
1931 constantPoolOop cp = _method->constants();
H A DmethodOop.cpp953 constantPoolOop cp_oop = oopFactory::new_constantPool(cp_length, IsSafeConc, CHECK_(empty));
H A DconstantPoolOop.cpp33 #include "oops/constantPoolOop.hpp"
201 // Does not update constantPoolOop - to avoid any exception throwing. Used
691 str = StringTable::intern(sym, CHECK_(constantPoolOop(NULL)));
881 // From the constantPoolOop API point of view, this is correct
883 // out in the context of constantPoolOop merging.
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp76 #include "oops/constantPoolOop.hpp"
299 nonstatic_field(constantPoolCacheOopDesc, _constant_pool, constantPoolOop) \
307 nonstatic_field(instanceKlass, _constants, constantPoolOop) \
390 nonstatic_field(constMethodOopDesc, _constants, constantPoolOop) \
1438 declare_oop_type(constantPoolOop) \
2356 /* constantPoolOop layout enum for InvokeDynamic */ \
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2831 constantPoolOop constants = method_oop->constants();
H A DjvmtiRedefineClasses.cpp1080 // perfect fit for constantPoolOop::copy_cp_to(), but we need to
3147 constantPoolOop old_constants = the_class->constants();
H A DjvmtiTagMap.cpp2921 const constantPoolOop pool = ik->constants();
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp39 #include "oops/constantPoolOop.hpp"
338 constantPoolOop constant_pool =

Completed in 98 milliseconds

12