Searched defs:rtype (Results 51 - 75 of 82) sorted by relevance

1234

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.inline.hpp484 inline void MacroAssembler::add(Register s1, int simm13a, Register d, relocInfo::relocType rtype) { argument
H A Dassembler_sparc.inline.hpp74 inline void Assembler::emit_data(int x, relocInfo::relocType rtype) { argument
H A Dc1_LIRAssembler_sparc.cpp678 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp274 const int gpargs = 0, rtype = 3; local
H A Dc1_LIRAssembler_aarch64.cpp500 void LIR_Assembler::poll_for_safepoint(relocInfo::relocType rtype, CodeEmitInfo* info) { argument
528 __ code_section()->relocate(pc(), rtype); local
2006 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmacroAssembler_arm.hpp65 AddressLiteral(address target, relocInfo::relocType rtype) { argument
171 InlinedAddress(address target, relocInfo::relocType rtype): InlinedLiteral(), _literal(target, rtype) { argument
1209 jump(address dest, relocInfo::relocType rtype, AsmCondition cond) argument
1241 patchable_call(address target, relocInfo::relocType rtype, bool c2 = false) argument
[all...]
H A Dc1_LIRAssembler_arm.cpp2465 void LIR_Assembler::call(LIR_OpJavaCall *op, relocInfo::relocType rtype) { argument
H A DmacroAssembler_arm.cpp53 void AddressLiteral::set_rspec(relocInfo::relocType rtype) { argument
2683 void MacroAssembler::jump(address target, relocInfo::relocType rtype, Register scratch NOT_AARCH64_ARG(AsmCondition cond)) { argument
2732 patchable_jump(address target, relocInfo::relocType rtype, Register scratch NOT_AARCH64_ARG(AsmCondition cond)) argument
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dreflection.cpp1241 BasicType rtype; local
1054 invoke(InstanceKlass* klass, const methodHandle& reflected_method, Handle receiver, bool override, objArrayHandle ptypes, BasicType rtype, objArrayHandle args, bool is_method_invoke, TRAPS) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DdoCall.cpp633 ciType* rtype = cg->method()->return_type(); local
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodType.java98 private final @Stable Class<?> rtype; field in class:MethodType
110 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { argument
124 private MethodType(Class<?>[] ptypes, Class<?> rtype) { argument
130 /*trusted*/ Class<?> rtype() { return rtype; } method in class:MethodType
165 checkRtype(Class<?> rtype) argument
212 methodType(Class<?> rtype, Class<?>[] ptypes) argument
226 methodType(Class<?> rtype, List<Class<?>> ptypes) argument
249 methodType(Class<?> rtype, Class<?> ptype0, Class<?>... ptypes) argument
265 methodType(Class<?> rtype) argument
280 methodType(Class<?> rtype, Class<?> ptype0) argument
295 methodType(Class<?> rtype, MethodType ptypes) argument
307 makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) argument
1230 MethodType_init(Class<?> rtype, Class<?>[] ptypes) argument
[all...]
H A DStringConcatFactory.java1753 static MethodHandle lookupStatic(Lookup lookup, Class<?> refc, String name, Class<?> rtype, Class<?>... ptypes) { argument
1761 static MethodHandle lookupVirtual(Lookup lookup, Class<?> refc, String name, Class<?> rtype, Class<?>... ptypes) { argument
H A DMethodHandleImpl.java1405 private static MethodHandle findCollector(String name, int nargs, Class<?> rtype, Class<?>... ptypes) { argument
2057 static MethodHandle makeTryFinally(MethodHandle target, MethodHandle cleanup, Class<?> rtype, List<Class<?>> argTypes) { argument
H A DMethodHandles.java3378 private static MethodHandle zero(Wrapper btw, Class<?> rtype) { argument
3390 private static MethodHandle makeZero(Class<?> rtype) { argument
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArray.java192 private static MethodHandle createIteratorCallbackInvoker(final Object key, final Class<?> rtype) { argument
H A DGlobal.java3052 private static MethodHandle findOwnMH_S(final String name, final Class<?> rtype, final Class<?>... types) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptFunction.java1369 private static MethodHandle findOwnMH_S(final String name, final Class<?> rtype, final Class<?>... types) { argument
1373 private static MethodHandle findOwnMH_V(final String name, final Class<?> rtype, final Class<?>... types) { argument
H A DScriptObject.java3464 private static MethodHandle findOwnMH_V(final String name, final Class<?> rtype, final Class<?>... types) { argument
3468 private static MethodHandle findOwnMH_S(final String name, final Class<?> rtype, final Class<?>... types) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DJavaAdapterBytecodeGenerator.java1234 private static Call lookupServiceMethod(final String name, final Class<?> rtype, final Class<?>... ptypes) { argument
/openjdk10/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp604 void relocate(address at, relocInfo::relocType rtype, int format = 0) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.inline.hpp41 inline void Assembler::emit_data(int x, relocInfo::relocType rtype) { argument
H A Dc1_LIRAssembler_ppc.cpp646 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2785 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp488 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) { argument
/openjdk10/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java352 static MethodHandle varargsList(int arity, Class<?> rtype) { argument
378 varargsList(List<Class<?>> ptypes, Class<?> rtype) argument
1615 ofType(Class<?> rtype, int n) argument
1620 ofType(Class<?> rtype, Class<?>... ptypes) argument
1653 testConvert(MethodHandle id, Class<?> rtype, String name, Class<?>... params) argument
1657 testConvert(boolean positive, MethodHandle id, Class<?> rtype, String name, Class<?>... params) argument
2181 testFilterReturnValue(int nargs, Class<?> rtype) argument
[all...]

Completed in 422 milliseconds

1234