Searched refs:string_type (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dfollow.set188 <string_type> id, ",", >, macroID
190 <string_type'> id, ",", >, macroID
H A Dfirst.set188 <string_type> string
190 <string_type'> <FOLLOW>, <
H A Dgrammar.idl162 <string_type>
254 <string_type>
347 (81) <string_type> "string"
409 <string_type>
H A Dgrammar3.idl177 <string_type>
269 <string_type>
362 (81) <string_type> "string"
449 <string_type>
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3780 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
3782 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3795 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
3797 const TypePtr* count_field_type = string_type->add_offset(count_offset);
3809 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
3811 const TypePtr* value_field_type = string_type->add_offset(value_offset);
3822 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
3824 const TypePtr* offset_field_type = string_type->add_offset(offset_offset);
3832 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
3834 const TypePtr* value_field_type = string_type
3845 const TypeInstPtr* string_type = TypeInstPtr::make(TypePtr::NotNull, C->env()->String_klass(), local
[all...]
H A Dlibrary_call.cpp1113 const TypeOopPtr* string_type = TypeOopPtr::make_from_klass(klass); local
1116 argument = _gvn.transform(new (C) CheckCastPPNode(control(), argument, string_type));
1329 const TypeOopPtr* string_type = TypeOopPtr::make_from_klass(str_klass); local

Completed in 66 milliseconds