Lines Matching refs:current_jcf
2420 = COMPONENT_REF_SIGNATURE(¤t_jcf->cpool, method_ref_index); in expand_invoke()
2421 tree method_name = COMPONENT_REF_NAME (¤t_jcf->cpool, in expand_invoke()
2424 = get_class_constant (current_jcf, in expand_invoke()
2425 COMPONENT_REF_CLASS_INDEX(¤t_jcf->cpool, in expand_invoke()
2838 = get_class_constant (current_jcf, in expand_java_field_op()
2839 COMPONENT_REF_CLASS_INDEX (¤t_jcf->cpool, in expand_java_field_op()
2843 tree field_name = COMPONENT_REF_NAME (¤t_jcf->cpool, field_ref_index); in expand_java_field_op()
2844 tree field_signature = COMPONENT_REF_SIGNATURE (¤t_jcf->cpool, in expand_java_field_op()
3317 if (saw_index) java_push_constant_from_pool (current_jcf, ival); \ in process_jvm_instruction()
3422 expand_java_##OP (get_class_constant (current_jcf, IMMEDIATE_u2)) in process_jvm_instruction()
3439 push_value (build_anewarray (get_class_constant (current_jcf, \ in process_jvm_instruction()
3449 tree klass = get_class_constant (current_jcf, IMMEDIATE_u2 ); \ in process_jvm_instruction()