/art/test/099-vmdebug/ |
D | expected.txt | 26 ClassD got 3, combined mask: 13 27 ClassE got 2, combined mask: 18 28 null got 0 29 ClassD assignable got 5, combined mask: 31 30 ClassE assignable got 2, combined mask: 18 31 null assignable got 0
|
/art/test/046-reflect/ |
D | expected.txt | 32 Invoke got expected exception: 44 got expected illegal obj store exc 45 got the other expected access exc 46 got expected arg exc 58 got expected long->int failure 59 got expected long->int failure 60 got expected string->int failure 61 got expected int->short failure 72 got expected double->long failure 95 got expected exception for Class.newInstance [all …]
|
/art/test/042-new-instance/ |
D | expected.txt | 9 Cons got expected PackageAccess complaint 10 Cons got expected InstantationException 11 Cons got expected PackageAccess2 complaint
|
/art/compiler/optimizing/ |
D | graph_test.cc | 50 HInstruction* got = new (GetAllocator()) HGoto(); in CreateGotoBlock() local 51 block->AddInstruction(got); in CreateGotoBlock() 280 HInstruction* got = block->GetLastInstruction(); in TEST_F() local 281 ASSERT_TRUE(got->IsControlFlow()); in TEST_F() 285 block->InsertInstructionBefore(first_instruction, got); in TEST_F() 290 ASSERT_EQ(block->GetLastInstruction(), got); in TEST_F() 291 ASSERT_EQ(first_instruction->GetNext(), got); in TEST_F() 293 ASSERT_EQ(got->GetNext(), nullptr); in TEST_F() 294 ASSERT_EQ(got->GetPrevious(), first_instruction); in TEST_F() 298 block->InsertInstructionBefore(second_instruction, got); in TEST_F() [all …]
|
D | code_generator_x86_64.h | 288 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_mips64.h | 330 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_mips.h | 345 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_x86.h | 302 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm64.cc | 3094 void InstructionCodeGeneratorARM64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() argument 3096 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto() 3100 HBasicBlock* block = got->GetBlock(); in HandleGoto() 3101 HInstruction* previous = got->GetPrevious(); in HandleGoto() 3126 void LocationsBuilderARM64::VisitGoto(HGoto* got) { in VisitGoto() argument 3127 got->SetLocations(nullptr); in VisitGoto() 3130 void InstructionCodeGeneratorARM64::VisitGoto(HGoto* got) { in VisitGoto() argument 3131 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
|
D | code_generator_x86_64.cc | 1533 void InstructionCodeGeneratorX86_64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() argument 1535 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto() 1539 HBasicBlock* block = got->GetBlock(); in HandleGoto() 1540 HInstruction* previous = got->GetPrevious(); in HandleGoto() 1556 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto() 1561 void LocationsBuilderX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument 1562 got->SetLocations(nullptr); in VisitGoto() 1565 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument 1566 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
|
D | code_generator_mips64.cc | 3688 void InstructionCodeGeneratorMIPS64::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() argument 3690 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto() 3694 HBasicBlock* block = got->GetBlock(); in HandleGoto() 3695 HInstruction* previous = got->GetPrevious(); in HandleGoto() 3716 void LocationsBuilderMIPS64::VisitGoto(HGoto* got) { in VisitGoto() argument 3717 got->SetLocations(nullptr); in VisitGoto() 3720 void InstructionCodeGeneratorMIPS64::VisitGoto(HGoto* got) { in VisitGoto() argument 3721 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
|
D | code_generator_x86.cc | 1374 void InstructionCodeGeneratorX86::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() argument 1376 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto() 1380 HBasicBlock* block = got->GetBlock(); in HandleGoto() 1381 HInstruction* previous = got->GetPrevious(); in HandleGoto() 1398 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in HandleGoto() 1403 void LocationsBuilderX86::VisitGoto(HGoto* got) { in VisitGoto() argument 1404 got->SetLocations(nullptr); in VisitGoto() 1407 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto() argument 1408 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
|
D | code_generator_arm64.h | 341 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.h | 409 void HandleGoto(HInstruction* got, HBasicBlock* successor);
|
D | code_generator_arm_vixl.cc | 2406 void InstructionCodeGeneratorARMVIXL::HandleGoto(HInstruction* got, HBasicBlock* successor) { in HandleGoto() argument 2408 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto() 2412 HBasicBlock* block = got->GetBlock(); in HandleGoto() 2413 HInstruction* previous = got->GetPrevious(); in HandleGoto() 2439 void LocationsBuilderARMVIXL::VisitGoto(HGoto* got) { in VisitGoto() argument 2440 got->SetLocations(nullptr); in VisitGoto() 2443 void InstructionCodeGeneratorARMVIXL::VisitGoto(HGoto* got) { in VisitGoto() argument 2444 HandleGoto(got, got->GetSuccessor()); in VisitGoto()
|
/art/test/1914-get-local-instance/ |
D | expected.txt | 2 "GetThis" on public static void art.Test1914.StaticMethod(java.lang.Runnable) got value: null 5 "GetThis" on public static native void art.Test1914.NativeStaticMethod(java.lang.Runnable) got valu… 8 "GetThis" on public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) got value: Tar… 11 …ive void art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) got value: TargetClass(… 14 "GetThis" on public abstract void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) got val…
|
/art/test/1939-proxy-frames/ |
D | expected.txt | 2 "GetThis" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) got val… 6 …on" on public abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) got value: -1 8 …ic abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) got value: public final…
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 126 final byte got; in getByte() 128 got = (byte) m.invokeExact(); in getByte() 130 got = (byte) m.invokeExact(v); in getByte() 132 assertTrue(got == value); in getByte() 169 final char got; in getChar() local 171 got = (char) m.invokeExact(); in getChar() 173 got = (char) m.invokeExact(v); in getChar() 175 assertTrue(got == value); in getChar() 212 final short got = (v == null) ? (short) m.invokeExact() : (short) m.invokeExact(v); in getShort() local 213 assertTrue(got == value); in getShort() [all …]
|
/art/test/025-access-controller/ |
D | expected.txt | 1 AccessControllerTest: got 39
|
/art/test/800-smali/smali/ |
D | b_27799205_helper.smali | 5 # unresolved types. It makes it harder to distinguish what kind of error we got.
|
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42 29 "GetLong" on public static void art.Test1912.LongMethod(java.lang.Runnable) got value: 9001 56 "GetFloat" on public static void art.Test1912.FloatMethod(java.lang.Runnable) got value: 1.618 83 "GetDouble" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) got value: 3.1415
|
/art/test/1913-get-set-local-objects/ |
D | expected.txt | 2 "GetGetObject" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) got value: TestC… 20 "GetGetObject" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) got value: Te… 38 "GetGetObject" on public static void art.Test1913.SpecificClassMethod(java.lang.Runnable) got value…
|
/art/test/100-reflect2/ |
D | expected.txt | 25 got expected IllegalArgumentException 66 got expected InvocationTargetException
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 132 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp) 268 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp) 2230 # Deliver exception if we got nullptr as function. 2253 # Deliver exception if we got nullptr as function.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 84 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 131 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 250 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp) 441 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
|