Lines Matching refs:cpool

189   constantPoolHandle cpool(_method->get_methodOop()->constants());
190 return CURRENT_ENV->get_klass_by_index(cpool, get_klass_index(), will_link, _holder);
245 constantPoolHandle cpool(_method->get_methodOop()->constants());
246 return CURRENT_ENV->get_constant_by_index(cpool, pool_index, cache_index, _holder);
298 constantPoolHandle cpool(_method->get_methodOop()->constants());
301 return CURRENT_ENV->get_klass_by_index(cpool, holder_index, ignore, _holder)
313 constantPoolOop cpool = _holder->get_instanceKlass()->constants();
314 return cpool->klass_ref_index_at(get_field_index());
326 constantPoolOop cpool = _holder->get_instanceKlass()->constants();
327 int nt_index = cpool->name_and_type_ref_index_at(get_field_index());
328 return cpool->signature_ref_index_at(nt_index);
363 constantPoolHandle cpool(_method->get_methodOop()->constants());
364 ciMethod* m = env->get_method_by_index(cpool, get_method_index(), cur_bc(), _holder);
370 ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index()));
371 ciKlass* pool_holder = env->get_object(cpool->pool_holder())->as_klass();
388 constantPoolHandle cpool(_method->get_methodOop()->constants());
389 return constantPoolOopDesc::has_appendix_at_if_loaded(cpool, get_method_index());
399 constantPoolHandle cpool(_method->get_methodOop()->constants());
400 oop appendix_oop = constantPoolOopDesc::appendix_at_if_loaded(cpool, get_method_index());
411 constantPoolHandle cpool(_method->get_methodOop()->constants());
412 return constantPoolOopDesc::has_method_type_at_if_loaded(cpool, get_method_index());
423 constantPoolHandle cpool(_method->get_methodOop()->constants());
424 oop method_type_oop = constantPoolOopDesc::method_type_at_if_loaded(cpool, get_method_index());
442 constantPoolHandle cpool(_method->get_methodOop()->constants());
447 return CURRENT_ENV->get_klass_by_index(cpool, get_method_holder_index(), ignore, _holder);
457 constantPoolOop cpool = _method->get_methodOop()->constants();
458 return cpool->klass_ref_index_at(get_method_index());
469 constantPoolOop cpool = _holder->get_instanceKlass()->constants();
471 const int name_and_type_index = cpool->name_and_type_ref_index_at(method_index);
472 return cpool->signature_ref_index_at(name_and_type_index);
482 constantPoolOop cpool = _holder->get_instanceKlass()->constants();
483 constantPoolCacheOop cpcache = cpool->cache();
495 constantPoolOop cpool = _holder->get_instanceKlass()->constants();
496 constantPoolCacheOop cpcache = cpool->cache();