Searched refs:ret_type (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp83 BasicType ret_type) {
89 ret_type);
78 generate_native_wrapper(MacroAssembler *masm, methodHandle method, int compile_id, BasicType *sig_bt, VMRegPair *regs, BasicType ret_type) argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java158 String ret_type = Class2HTML.referenceType(type);
177 constant_ref[index] = ret_type + "&nbsp;<A HREF=\"" + class_name + "_cp.html#cp" + class_index +
182 file.println("<P><TT>" + ret_type + "&nbsp;" + ref + arg_types + "&nbsp;</TT>\n<UL>" +
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1166 void SharedRuntime::save_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1169 switch (ret_type) {
1187 void SharedRuntime::restore_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1190 switch (ret_type) {
1525 BasicType ret_type) {
2082 switch (ret_type) {
2149 save_native_result(masm, ret_type, stack_slots);
2160 restore_native_result(masm, ret_type, stack_slots);
2207 if (ret_type != T_FLOAT && ret_type !
1520 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
[all...]
H A DsharedRuntime_x86_64.cpp1213 void SharedRuntime::save_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1216 switch (ret_type) {
1230 void SharedRuntime::restore_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1233 switch (ret_type) {
1757 BasicType ret_type) {
2338 switch (ret_type) {
2401 save_native_result(masm, ret_type, stack_slots);
2414 restore_native_result(masm, ret_type, stack_slots);
2457 if (ret_type != T_FLOAT && ret_type !
1752 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp427 static void save_native_result(MacroAssembler *_masm, BasicType ret_type, int frame_slots );
428 static void restore_native_result(MacroAssembler *_masm, BasicType ret_type, int frame_slots );
444 BasicType ret_type );
H A DsharedRuntime.cpp2605 BasicType ret_type = ss.type(); local
2619 ret_type);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1235 void SharedRuntime::save_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1236 switch (ret_type) {
1246 void SharedRuntime::restore_native_result(MacroAssembler *masm, BasicType ret_type, int frame_slots) { argument
1247 switch (ret_type) {
1921 BasicType ret_type) {
2505 switch (ret_type) {
2573 save_native_result(masm, ret_type, stack_slots);
2585 restore_native_result(masm, ret_type, stack_slots);
2607 save_native_result(masm, ret_type, stack_slots);
2612 restore_native_result(masm, ret_type, stack_slot
1916 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java98 * @param ret_type return type of method
104 public InvokeInstruction createInvoke(String class_name, String name, Type ret_type, argument
108 String signature = Type.getMethodSignature(ret_type, arg_types);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp731 const Type* ret_type = tf()->range()->field_at(TypeFunc::Parms); local
735 const TypeOopPtr* ret_oop_type = ret_type->isa_oopptr();
737 ret_type = TypeOopPtr::BOTTOM;
739 int ret_size = type2size[ret_type->basic_type()];
740 Node* ret_phi = new (C) PhiNode(region, ret_type);
935 const Type* ret_type = tf()->range()->field_at(TypeFunc::Parms); local
938 _exits.push_node(ret_type->basic_type(), ret_phi);
H A Dmemnode.cpp836 const Type* ret_type = r->field_at(TypeFunc::Parms); local
837 assert(ret_type && ret_type->isa_ptr(), "must return pointer");
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4162 oop ret_type = java_lang_reflect_Method::return_type(method_handle()); variable
4163 assert(ret_type != NULL, "sanity check: ret_type oop must not be NULL!");
4164 if (java_lang_Class::is_primitive(ret_type)) {

Completed in 133 milliseconds