/external/llvm/test/Transforms/ObjCARC/ |
D | path-overflow.ll | 869 …%call2 = invoke i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i8*)*)(i8* undef… 870 to label %invoke.cont unwind label %lpad 872 invoke.cont: ; preds = %entry 873 …%call5 = invoke signext i8 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8 (i8*, i8*)*)(i8* unde… 874 to label %invoke.cont4 unwind label %lpad3 876 invoke.cont4: ; preds = %invoke.cont 879 land.rhs: ; preds = %invoke.cont4 880 …%call7 = invoke i32 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 (i8*, i8*)*)(i8* undef, i8*… 883 land.end: ; preds = %land.rhs, %invoke.cont4 884 …invoke void (i8*, ...) @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring to i8*), i… [all …]
|
D | invoke.ll | 11 ; ARCOpt shouldn't try to move the releases to the block containing the invoke. 14 ; CHECK: invoke.cont: 25 invoke void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*)*)(i8* %zipFile) 26 to label %invoke.cont unwind label %lpad 28 invoke.cont: ; preds = %entry 42 ; CHECK: invoke.cont: 57 invoke void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*)*)(i8* %zipFile) 58 to label %invoke.cont unwind label %lpad 60 invoke.cont: ; preds = %entry 75 ; The optimizer should ignore invoke unwind paths consistently. [all …]
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 100 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false); in testNewInstance() 128 method.invoke(instance); in testVoidNoArgMemberMethod() 147 assertEquals(10, getMethod().invoke(null, 4)); in testInvokeStatic() 168 method.invoke(instance, 0); in testCreateLocalMethodAsNull() 193 assertEquals(9, getMethod().invoke(null, this, 4)); in testInvokeVirtual() 233 assertEquals(5, method.invoke(null, instance)); in testInvokeDirect() 266 assertEquals(System.identityHashCode(instance), method.invoke(instance)); in testInvokeSuper() 288 assertEquals("abc", getMethod().invoke(null, callable)); in testInvokeInterface() 307 assertEquals(5, getMethod().invoke(null)); in testInvokeVoidMethodIgnoresTargetLocal() 353 assertEquals(false, getMethod().invoke(null, this)); in testInvokeTypeSafety() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-address-type-promotion-assertion.ll | 7 br label %invoke.cont145 9 invoke.cont145: 11 br i1 %or.cond, label %if.then274, label %invoke.cont145 15 br i1 undef, label %invoke.cont291, label %if.else313 17 invoke.cont291: 26 br i1 %cmp314, label %invoke.cont317, label %invoke.cont353 28 invoke.cont317: 29 br i1 undef, label %invoke.cont326, label %invoke.cont334 31 invoke.cont326: 35 br label %invoke.cont334 [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | empty-cleanuppad.ll | 16 ; In this case, both cleanup pads can be eliminated and the invoke can be 28 invoke void @g() to label %invoke.cont unwind label %ehcleanup 30 invoke.cont: ; preds = %entry 61 ; CHECK: invoke void @g() 77 invoke void @g() to label %invoke.cont unwind label %ehcleanup 79 invoke.cont: ; preds = %entry 97 try.cont: ; preds = %catchret.dest, %invoke.cont 118 ; In this case the inner cleanup pad should be eliminated and the invoke of g() 123 ; CHECK: invoke void @g() 139 invoke void @g() to label %invoke.cont unwind label %ehcleanup [all …]
|
D | invoke.ll | 17 %call = invoke noalias i8* undef() 18 to label %invoke.cont unwind label %lpad 20 invoke.cont: 36 %call = invoke noalias i8* null() 37 to label %invoke.cont unwind label %lpad 39 invoke.cont: 55 %call = invoke i32 @read_only() 56 to label %invoke.cont unwind label %lpad 58 invoke.cont: 74 %call = invoke i32 @read_only() [all …]
|
D | duplicate-landingpad.ll | 13 invoke void @fn() 18 ; CHECK: to label %invoke.cont unwind label %lpad2 19 invoke void @fn() 20 to label %invoke.cont unwind label %lpad2 22 invoke.cont: 51 invoke void @fn() 56 ; CHECK: to label %invoke.cont unwind label %lpad2 57 invoke void @fn() 58 to label %invoke.cont unwind label %lpad2 60 invoke.cont: [all …]
|
/external/smali/smalidea/testData/methodRename/methodRename/after/ |
D | blah.smali | 11 invoke-direct {v0}, Lblah;->blort()V 12 invoke-direct/empty {v0}, Lblah;->blort()V 13 invoke-direct/range {v0}, Lblah;->blort()V 14 invoke-interface {v0}, Lblah;->blort()V 15 invoke-interface/range {v0}, Lblah;->blort()V 16 invoke-object-init/range {v0}, Lblah;->blort()V 17 invoke-static {v0}, Lblah;->blort()V 18 invoke-static/range {v0}, Lblah;->blort()V 19 invoke-super {v0}, Lblah;->blort()V 20 invoke-super/range {v0}, Lblah;->blort()V [all …]
|
/external/smali/smalidea/testData/methodRename/methodRename/before/ |
D | blah.smali | 11 invoke-direct {v0}, Lblah;->blah()V 12 invoke-direct/empty {v0}, Lblah;->blah()V 13 invoke-direct/range {v0}, Lblah;->blah()V 14 invoke-interface {v0}, Lblah;->blah()V 15 invoke-interface/range {v0}, Lblah;->blah()V 16 invoke-object-init/range {v0}, Lblah;->blah()V 17 invoke-static {v0}, Lblah;->blah()V 18 invoke-static/range {v0}, Lblah;->blah()V 19 invoke-super {v0}, Lblah;->blah()V 20 invoke-super/range {v0}, Lblah;->blah()V [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | extra-toc-reg-deps.ll | 123 invoke void @_ZN4Foam4word12stripInvalidEv() 132 invoke void @_ZN4Foam7cellSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE() 133 to label %invoke.cont59 unwind label %lpad 135 invoke.cont59: ; preds = %_ZN4Foam4wordC2EPKcb.exit 138 if.then.i.i: ; preds = %invoke.cont59 153 … ; preds = %if.then4.i.i, %_ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii.exit.i.i, %invoke.cont59 180 invoke void @_ZN4Foam4word12stripInvalidEv() 189 invoke void @_ZN4Foam8pointSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE() 190 to label %invoke.cont169 unwind label %lpad165 192 invoke.cont169: ; preds = %_ZN4Foam4wordC2EPKcb.exit1701 [all …]
|
D | preincprep-invoke.ll | 22 invoke void @_ZN13CStdOutStreamlsEPKc() 23 to label %invoke.cont unwind label %lpad 25 invoke.cont: ; preds = %_ZN11CStringBaseIcEC2EPKc.exit.critedge 26 invoke void @_ZN13CStdOutStream5FlushEv() 27 to label %invoke.cont4 unwind label %lpad 29 invoke.cont4: ; preds = %invoke.cont 30 %call7 = invoke i8* @getpass() 36 for.cond.i.i30: ; preds = %for.cond.i.i30, %invoke.cont4 37 %indvars.iv.i.i26 = phi i64 [ %indvars.iv.next.i.i29, %for.cond.i.i30 ], [ 0, %invoke.cont4 ] 43 lpad: ; preds = %invoke.cont4, %invoke.cont, %_ZN11CStr…
|
D | pr18663-2.ll | 51 invoke void @_ZN4Foam6string6expandEb() 52 to label %invoke.cont unwind label %lpad 54 invoke.cont: ; preds = %entry 57 if.then.i.i.i.i176: ; preds = %invoke.cont 58 invoke void @_ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv() 64 _ZN4Foam6stringC2ERKS0_.exit.i: ; preds = %invoke.cont 65 invoke void @_ZN4Foam8fileName12stripInvalidEv() 66 to label %invoke.cont2 unwind label %lpad.i 73 invoke.cont2: ; preds = %_ZN4Foam6stringC2ERKS0_.exit.i 74 invoke void @_ZN4Foam8IFstreamC1ERKNS_8fileNameENS_8IOstream12streamFormatENS4_13versionNumberE() [all …]
|
D | fast-isel-icmp-split.ll | 27 …invoke void @_ZNKSt3__16__treeIPKN5boost13serialization18extended_type_infoENS2_6detail11key_compa… 31 br label %invoke.cont 33 invoke.cont: ; preds = %_ZNKSt3__18multisetIPKN5boost13seriali… 36 br label %invoke.cont.2 38 invoke.cont.2: ; preds = %invoke.cont 41 if.then: ; preds = %invoke.cont.2 49 if.end: ; preds = %invoke.cont.2 50 br label %invoke.cont.4 52 invoke.cont.4: ; preds = %if.end 55 cleanup: ; preds = %invoke.cont.4, %if.then
|
/external/llvm/test/CodeGen/X86/ |
D | win32-eh-states.ll | 36 invoke void @may_throw(i32 1) 37 to label %invoke.cont unwind label %lpad.1 39 invoke.cont: ; preds = %entry 40 invoke void @may_throw(i32 2) 43 try.cont.9: ; preds = %invoke.cont.3, %invoke.cont, %catch.7 51 invoke void @may_throw(i32 3) [ "funclet"(token %p1) ] 52 to label %invoke.cont.3 unwind label %lpad.1 54 invoke.cont.3: ; preds = %catch 57 lpad.1: ; preds = %invoke.cont 126 invoke void @may_throw(i32 -1) [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p6.cpp | 52 …template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer templa… in invoke() function 58 invoke(&temp); // expected-error {{no matching function for call to 'invoke'}} in test0() 59 invoke(&temp<>); // expected-error {{no matching function for call to 'invoke'}} in test0() 62 invoke(&temp<int>); in test0() 70 invoke(&over); in test1() 77 invoke(&over); // expected-error {{no matching function for call to 'invoke'}} in test2() 85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}} in test3() 86 invoke(&temp2<>); // expected-error {{no matching function for call to 'invoke'}} in test3() 87 invoke(&temp2<int>); // expected-error {{no matching function for call to 'invoke'}} in test3() 90 invoke(&temp2<int, void>); in test3() [all …]
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2012-04-30-LoopUnswitch-LPad-Crash.ll | 17 …invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3… 18 to label %invoke.cont unwind label %lpad 20 invoke.cont: ; preds = %for.cond 21 invoke void @_ZN1C3endEv() 24 for.cond3: ; preds = %invoke.cont6, %invoke.cont 25 …invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3… 26 to label %invoke.cont4 unwind label %lpad 28 invoke.cont4: ; preds = %for.cond3 29 invoke void @_ZN1C3endEv() 30 to label %invoke.cont6 unwind label %lpad [all …]
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/StaticFieldInitializerTest/ |
D | StaticFieldInitializerTest.smali | 35 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 48 invoke-static {v0, v1}, Ljava/lang/Long;->toString(J)Ljava/lang/String; 51 invoke-static {v0, v2}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 65 invoke-static {v0, v1}, Ljava/lang/Long;->toString(J)Ljava/lang/String; 68 invoke-static {v0, v2}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 82 invoke-static {v0}, Ljava/lang/Integer;->toString(I)Ljava/lang/String; 85 invoke-static {v0, v1}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 99 invoke-static {v0}, Ljava/lang/Integer;->toString(I)Ljava/lang/String; 102 invoke-static {v0, v1}, Lorg/junit/Assert;->assertEquals(Ljava/lang/Object;Ljava/lang/Object;)V 116 invoke-static {v0}, Ljava/lang/Integer;->toString(I)Ljava/lang/String; [all …]
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 28 ; CHECK-NEXT: invoke void @f 29 invoke void @f() 34 ; CHECK-NEXT: invoke void @f 35 invoke void @f() 64 ; CHECK-NEXT: invoke void @f 65 invoke void @f() 72 ; CHECK: invoke void @f 73 invoke void @f() 88 ; CHECK-NEXT: invoke void @f 89 invoke void @f() [ "funclet"(token %cpinner) ] [all …]
|
D | wineh-no-demotion.ll | 16 invoke void @f() 17 to label %invoke.cont unwind label %left 19 invoke.cont: 20 invoke void @f() 36 invoke void @f() [ "funclet"(token %0) ] 43 %phi = phi i32 [ %x, %shared ], [ 0, %invoke.cont ] 48 ; CHECK: %phi = phi i32 [ %x, %shared ], [ 0, %invoke.cont ], [ %x.for.left, %shared.for.left ] 59 invoke void @f() 75 invoke void @f() [ "funclet"(token %0) ] 97 invoke void @f() [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | OptionalMethodTest.java | 148 public void invoke() throws Exception { in invoke() method in OptionalMethodTest 151 assertEquals("string", STRING_METHOD_RETURNS_STRING.invoke(base)); in invoke() 152 assertEquals("string", STRING_METHOD_RETURNS_ANY.invoke(base)); in invoke() 154 assertNull(VOID_METHOD_RETURNS_ANY.invoke(base)); in invoke() 155 assertNull(VOID_METHOD_RETURNS_VOID.invoke(base)); in invoke() 164 assertEquals("string", STRING_METHOD_RETURNS_STRING.invoke(subClass1)); in invoke() 165 assertEquals("string", STRING_METHOD_RETURNS_ANY.invoke(subClass1)); in invoke() 167 assertNull(VOID_METHOD_RETURNS_ANY.invoke(subClass1)); in invoke() 168 assertNull(VOID_METHOD_RETURNS_VOID.invoke(subClass1)); in invoke() 169 assertEquals("subclassMethod1", SUBCLASS_METHOD_RETURNS_ANY.invoke(subClass1)); in invoke() [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | inline_invoke.ll | 3 ; Test that the inliner correctly handles inlining into invoke sites 36 invoke void @_ZN1AC1Ev(%struct.A* %b) 37 to label %invoke.cont unwind label %lpad 39 invoke.cont: 40 invoke void @_ZN1AD1Ev(%struct.A* %b) 41 to label %invoke.cont1 unwind label %lpad 43 invoke.cont1: 50 invoke void @_ZN1AD1Ev(%struct.A* %a) 51 to label %invoke.cont2 unwind label %terminate.lpad 53 invoke.cont2: [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | invoke-donothing-assert.ll | 2 ; This testcase makes sure we can handle invoke @llvm.donothing without 8 invoke.cont: 9 invoke void @callA() 10 to label %invoke.cont25 unwind label %lpad2 11 invoke.cont25: 12 invoke void @llvm.donothing() 13 to label %invoke.cont27 unwind label %lpad15 15 invoke.cont27: 16 invoke void @callB() 17 to label %invoke.cont75 unwind label %lpad15 [all …]
|
/external/llvm/test/Analysis/Lint/ |
D | cppeh-catch-intrinsics-clean.ll | 17 invoke void @_Z9may_throwv() 32 br label %invoke.cont2 34 invoke.cont2: ; preds = %catch 38 try.cont: ; preds = %invoke.cont2, %entry 48 invoke void @_Z9may_throwv() 49 to label %invoke.cont unwind label %lpad 51 invoke.cont: 52 invoke void @_Z9may_throwv() 53 to label %invoke.cont unwind label %lpad1 64 invoke void @_Z9may_throwv() [all …]
|
/external/smali/examples/AnnotationTypes/ |
D | Main.smali | 15 invoke-static {}, LMain;->testClassAnnotation()V 17 invoke-static {}, LMain;->testMethodAnnotation()V 19 invoke-static {}, LMain;->testFieldAnnotation()V 23 invoke-static {v0}, LMain;->testParameterAnnotation(Ljava/lang/String;)V 39 …invoke-virtual {v1, v2}, Ljava/lang/Class;->getAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/… 42 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V 63 …invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Lja… 68 …invoke-virtual {v1, v2}, Ljava/lang/reflect/Method;->getAnnotation(Ljava/lang/Class;)Ljava/lang/an… 71 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V 90 … invoke-virtual {v1, v2}, Ljava/lang/Class;->getField(Ljava/lang/String;)Ljava/lang/reflect/Field; [all …]
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | InstructionTest.smali | 207 invoke-lambda 218 invoke-virtual 219 invoke-super 220 invoke-direct 221 invoke-static 222 invoke-interface 224 invoke-direct-empty 225 invoke-object-init/range 228 invoke-virtual-quick 229 invoke-super-quick [all …]
|