Searched refs:pool_holder (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp319 if (cp->pool_holder() != NULL) {
320 bool extra = (instanceKlass::cast(cp->pool_holder())->constants() != cp);
321 st->print_cr(" - holder: " INTPTR_FORMAT "%s", cp->pool_holder(), (extra? " (extra)" : ""));
428 cp->pool_holder()->print_value_on(st);
429 if (cp->pool_holder() != NULL) {
430 bool extra = (instanceKlass::cast(cp->pool_holder())->constants() != cp);
501 if (cp->pool_holder() != NULL) {
502 // Note: pool_holder() can be NULL in temporary constant pools
504 guarantee(cp->pool_holder()->is_perm(), "should be in permspace");
505 guarantee(cp->pool_holder()
[all...]
H A DconstMethodOop.cpp62 return instanceKlass::cast(_constants->pool_holder())->method_with_idnum(
H A DconstantPoolOop.cpp81 loader = Handle(THREAD, instanceKlass::cast(this_oop->pool_holder())->class_loader());
100 oop protection_domain = Klass::cast(this_oop->pool_holder())->protection_domain();
172 if (k() != this_oop->pool_holder()) {
176 instanceKlass::cast(this_oop->pool_holder())->external_name(),
180 instanceKlass::cast(this_oop->pool_holder())->external_name(),
214 oop loader = instanceKlass::cast(this_oop->pool_holder())->class_loader();
215 oop protection_domain = Klass::cast(this_oop->pool_holder())->protection_domain();
256 oop loader = instanceKlass::cast(this_oop->pool_holder())->class_loader();
257 oop protection_domain = Klass::cast(this_oop->pool_holder())->protection_domain();
375 instanceKlassHandle holder (THREAD, this_oop->pool_holder());
[all...]
H A DmethodOop.hpp459 klassOop method_holder() const { return constants()->pool_holder(); }
H A DmethodOop.cpp74 return name_and_sig_as_C_string(Klass::cast(constants()->pool_holder()), name(), signature());
78 return name_and_sig_as_C_string(Klass::cast(constants()->pool_holder()), name(), signature(), buf, size);
H A DconstantPoolOop.hpp189 klassOop pool_holder() const { return _pool_holder; } function in class:constantPoolOopDesc
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp64 klassOop field_holder() const { return _cp->pool_holder(); }
H A DfieldDescriptor.cpp38 return instanceKlass::cast(_cp->pool_holder())->class_loader();
H A Ddeoptimization.cpp1195 Handle class_loader (THREAD, instanceKlass::cast(constant_pool->pool_holder())->class_loader());
1200 Handle protection_domain (THREAD, Klass::cast(constant_pool->pool_holder())->protection_domain());
1210 Handle protection_domain (THREAD, Klass::cast(constant_pool->pool_holder())->protection_domain());
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp371 ciKlass* pool_holder = env->get_object(cpool->pool_holder())->as_klass(); local
373 ciSignature* declared_signature = new (env->arena()) ciSignature(pool_holder, sig_sym, method_type);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp379 KlassHandle current_klass(THREAD, pool->pool_holder());
388 KlassHandle current_klass(THREAD, pool->pool_holder());
625 KlassHandle ref_klass(THREAD, pool->pool_holder());
637 if (is_put && fd.access_flags().is_final() && sel_klass() != pool->pool_holder()) {
1149 current_klass = KlassHandle(THREAD, pool->pool_holder());
1237 KlassHandle current_klass = KlassHandle(THREAD, pool->pool_holder());
H A DbytecodeInterpreter.cpp661 rcvr = METHOD->constants()->pool_holder()->java_mirror();
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp287 method->constants()->pool_holder()->java_mirror());
723 object = method->constants()->pool_holder()->java_mirror();
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1851 index, instanceKlass::cast(cp->pool_holder())->external_name());
1870 index, instanceKlass::cast(cp->pool_holder())->external_name());
1882 index, instanceKlass::cast(cp->pool_holder())->external_name());

Completed in 96 milliseconds