Searched refs:bsm (Results 1 – 9 of 9) sorted by relevance
/art/test/952-invoke-custom/ |
D | expected.txt | 31 bsm 33 bsm 35 bsm 41 bsm(class TestBadBootstrapArguments, happy, ()void, -1, very) 55 bsm returning void value. 57 bsm returning Object value. 59 bsm returning Integer value.
|
/art/test/952-invoke-custom/src/ |
D | UnrelatedBSM.java | 24 static CallSite bsm( in bsm() method in UnrelatedBSM
|
D | TestDynamicBootstrapArguments.java | 29 static CallSite bsm( in bsm() method in TestDynamicBootstrapArguments
|
D | TestReturnValues.java | 26 static CallSite bsm(MethodHandles.Lookup lookup, String name, MethodType methodType) in bsm() method in TestReturnValues
|
D | TestBadBootstrapArguments.java | 28 private static CallSite bsm( in bsm() method in TestBadBootstrapArguments
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 107 Handle bsm = buildBootstrapMethodHandle(callsite.bootstrapMethod()[0]); in visitMethod() local 110 mv.visitInvokeDynamicInsn(name, desc, bsm, bsmArgs); in visitMethod()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 923 Handle<mirror::MethodHandle> bsm = in InvokeBootstrapMethod() local 925 if (bsm.IsNull()) { in InvokeBootstrapMethod() 930 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod() 952 if (bsm->GetTargetMethod()->IsVarargs()) { in InvokeBootstrapMethod() 953 int number_of_bsm_parameters = bsm->GetMethodType()->GetNumberOfPTypes(); in InvokeBootstrapMethod() 959 hs.NewHandle(bsm->GetMethodType()->GetPTypes()->Get(number_of_bsm_parameters - 1)); in InvokeBootstrapMethod() 968 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod() 995 if (call_site_type->GetNumberOfPTypes() != bsm->GetMethodType()->GetNumberOfPTypes()) { in InvokeBootstrapMethod() 996 ThrowWrongMethodTypeException(bsm->GetMethodType(), call_site_type.Get()); in InvokeBootstrapMethod() 1006 ObjPtr<mirror::Class> to = bsm->GetMethodType()->GetPTypes()->Get(i); in InvokeBootstrapMethod() [all …]
|
/art/test/dexdump/ |
D | invoke-custom.lst | 21 0x00003fb4 20 UnrelatedBSM bsm (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang… 29 0x00001bc4 170 TestBadBootstrapArguments bsm (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/Str… 67 0x00002970 86 TestDynamicBootstrapArguments bsm (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/…
|
D | invoke-custom.txt | 657 Annotations on method #170 'bsm' 688 name : 'bsm' 696 003fa4: |[003fa4] UnrelatedBSM.bsm:(Ljava/lang/invoke/Method… 992 Annotations on method #14 'bsm' 1005 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… 1007 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… 1011 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… 1026 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… 1028 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… 1030 …notations/BootstrapMethod; enclosingType=LTestBadBootstrapArguments; name="bsm" parameterTypes={ L… [all …]
|