Searched refs:fieldOrMethodName (Results 1 – 15 of 15) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestReturnValues.java | 82 fieldOrMethodName = "passThrough", 94 fieldOrMethodName = "passThrough", 106 fieldOrMethodName = "passThrough", 118 fieldOrMethodName = "passThrough", 130 fieldOrMethodName = "passThrough", 142 fieldOrMethodName = "passThrough", 154 fieldOrMethodName = "passThrough", 166 fieldOrMethodName = "passThrough", 178 fieldOrMethodName = "passThrough", 190 fieldOrMethodName = "passThrough", [all …]
|
D | TestVariableArityLinkerMethod.java | 78 fieldOrMethodName = "methodA", 101 fieldOrMethodName = "methodB", 120 fieldOrMethodName = "methodC" 157 fieldOrMethodName = "methodD", 182 fieldOrMethodName = "methodE", 205 fieldOrMethodName = "methodF", 237 fieldOrMethodName = "methodG", 276 fieldOrMethodName = "methodH", 313 fieldOrMethodName = "methodI", 349 fieldOrMethodName = "methodJ", [all …]
|
D | TestBadBootstrapArguments.java | 63 fieldOrMethodName = "happy", 91 fieldOrMethodName = "wrongParameterTypes", 120 fieldOrMethodName = "missingParameterTypes", 146 fieldOrMethodName = "extraArguments", 175 fieldOrMethodName = "wrongArguments", 203 fieldOrMethodName = "wrongArgumentsAgain", 247 fieldOrMethodName = "narrowArguments", 293 fieldOrMethodName = "wideningArguments", 337 fieldOrMethodName = "boxingArguments", 365 fieldOrMethodName = "wideningBoxingArguments", [all …]
|
D | TestInvocationKinds.java | 43 fieldOrMethodName = "static_field", 66 fieldOrMethodName = "static_field", 89 fieldOrMethodName = "instance_field", 112 fieldOrMethodName = "instance_field", 154 fieldOrMethodName = "getMaxIntegerValue", 195 fieldOrMethodName = "unused",
|
D | TestLinkerUnrelatedBSM.java | 36 fieldOrMethodName = "_addf", 62 fieldOrMethodName = "_subf",
|
D | TestLinkerMethodMinimalArguments.java | 40 fieldOrMethodName = "_add",
|
D | TestDynamicBootstrapArguments.java | 57 fieldOrMethodName = "target",
|
D | TestLinkerMethodMultipleArgumentTypes.java | 51 fieldOrMethodName = "_add",
|
D | TestInvokeCustomWithConcurrentThreads.java | 74 fieldOrMethodName = "setCalled",
|
/art/test/979-const-method-handle/src/ |
D | Main.java | 103 fieldOrMethodName = "helloWorld", 113 fieldOrMethodName = "name", 123 fieldOrMethodName = "name", 133 fieldOrMethodName = "E", 143 fieldOrMethodName = "E", 153 fieldOrMethodName = "sval", 165 fieldOrMethodName = "peekc", 175 fieldOrMethodName = "pop", 185 fieldOrMethodName = "trimToSize",
|
/art/test/952-invoke-custom/util-src/annotations/ |
D | CalledByIndy.java | 35 String fieldOrMethodName(); in fieldOrMethodName() method
|
/art/test/979-const-method-handle/util-src/annotations/ |
D | ConstantMethodHandle.java | 51 String fieldOrMethodName(); in fieldOrMethodName() method
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 99 insertIndy(callsite.fieldOrMethodName(), desc, callsite); in visitMethod() 179 if (calledByIndy.fieldOrMethodName() == null) {
|
/art/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 144 constantMethodHandle.fieldOrMethodName(), in visitMethod()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1003 …9e+308 } Lannotations/Constant; longValue={ 9223372036854775807 } } fieldOrMethodName="boxingArgum… 1005 …nstant; stringValue={ "2" } Lannotations/Constant; intValue={ 3 } } fieldOrMethodName="extraArgume… 1007 …Constant; intValue={ -1 } Lannotations/Constant; stringValue={ "very" } } fieldOrMethodName="happy" 1009 …g; Ljava/lang/invoke/MethodType; } returnType=Ljava/lang/Integer; } fieldOrMethodName="integerRetu… 1011 …/invoke/MethodType; I D } } constantArgumentsForBootstrapMethod={ } fieldOrMethodName="missingPara… 1014 …nt; charValue={ 65 } Lannotations/Constant; shortValue={ -32768 } } fieldOrMethodName="narrowArgum… 1016 …ng; Ljava/lang/invoke/MethodType; } returnType=Ljava/lang/Object; } fieldOrMethodName="ObjectRetur… 1018 …pe; } returnType=LTestBadBootstrapArguments$TestersConstantCallSite; } fieldOrMethodName="sayHello" 1020 …; Ljava/lang/String; Ljava/lang/invoke/MethodType; } returnType=V } fieldOrMethodName="voidReturnT… 1022 …e={ 1.79769e+308 } Lannotations/Constant; intValue={ 2147483647 } } fieldOrMethodName="wideningArg… [all …]
|