Lines Matching refs:cpool

188   constantPoolHandle cpool(_method->get_Method()->constants());
189 return CURRENT_ENV->get_klass_by_index(cpool, get_klass_index(), will_link, _holder);
219 constantPoolHandle cpool(_method->get_Method()->constants());
220 return cpool->object_to_cp_index(index);
246 constantPoolHandle cpool(_method->get_Method()->constants());
247 return CURRENT_ENV->get_constant_by_index(cpool, pool_index, cache_index, _holder);
299 constantPoolHandle cpool(_method->get_Method()->constants());
302 return CURRENT_ENV->get_klass_by_index(cpool, holder_index, ignore, _holder)
314 ConstantPool* cpool = _holder->get_instanceKlass()->constants();
315 return cpool->klass_ref_index_at(get_field_index());
327 ConstantPool* cpool = _holder->get_instanceKlass()->constants();
328 int nt_index = cpool->name_and_type_ref_index_at(get_field_index());
329 return cpool->signature_ref_index_at(nt_index);
364 constantPoolHandle cpool(THREAD, _method->get_Method()->constants());
365 ciMethod* m = env->get_method_by_index(cpool, get_method_index(), cur_bc(), _holder);
371 ciSymbol* sig_sym = env->get_symbol(cpool->symbol_at(get_method_signature_index(cpool)));
372 ciKlass* pool_holder = env->get_klass(cpool->pool_holder());
389 constantPoolHandle cpool(_method->get_Method()->constants());
390 return ConstantPool::has_appendix_at_if_loaded(cpool, get_method_index());
400 constantPoolHandle cpool(_method->get_Method()->constants());
401 oop appendix_oop = ConstantPool::appendix_at_if_loaded(cpool, get_method_index());
412 constantPoolHandle cpool(_method->get_Method()->constants());
413 return ConstantPool::has_method_type_at_if_loaded(cpool, get_method_index());
424 constantPoolHandle cpool(_method->get_Method()->constants());
425 oop method_type_oop = ConstantPool::method_type_at_if_loaded(cpool, get_method_index());
443 constantPoolHandle cpool(_method->get_Method()->constants());
448 return CURRENT_ENV->get_klass_by_index(cpool, get_method_holder_index(), ignore, _holder);
458 ConstantPool* cpool = _method->get_Method()->constants();
459 return cpool->klass_ref_index_at(get_method_index());
468 int ciBytecodeStream::get_method_signature_index(const constantPoolHandle& cpool) {
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);
481 ConstantPool* cpool = _holder->get_instanceKlass()->constants();
484 return CURRENT_ENV->get_object(cpool->resolved_references())->as_obj_array();