Home
last modified time | relevance | path

Searched refs:got (Results 1 – 13 of 13) sorted by relevance

/art/test/046-reflect/
Dexpected.txt32 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/
Dexpected.txt9 Cons got expected PackageAccess complaint
10 Cons got expected InstantationException
11 Cons got expected PackageAccess2 complaint
/art/compiler/optimizing/
Dgraph_test.cc42 HInstruction* got = new (allocator) HGoto(); in createGotoBlock() local
43 block->AddInstruction(got); in createGotoBlock()
293 HInstruction* got = block->GetLastInstruction(); in TEST() local
294 ASSERT_TRUE(got->IsControlFlow()); in TEST()
298 block->InsertInstructionBefore(first_instruction, got); in TEST()
303 ASSERT_EQ(block->GetLastInstruction(), got); in TEST()
304 ASSERT_EQ(first_instruction->GetNext(), got); in TEST()
306 ASSERT_EQ(got->GetNext(), nullptr); in TEST()
307 ASSERT_EQ(got->GetPrevious(), first_instruction); in TEST()
311 block->InsertInstructionBefore(second_instruction, got); in TEST()
[all …]
Dcode_generator_arm64.cc1713 void LocationsBuilderARM64::VisitGoto(HGoto* got) { in VisitGoto() argument
1714 got->SetLocations(nullptr); in VisitGoto()
1717 void InstructionCodeGeneratorARM64::VisitGoto(HGoto* got) { in VisitGoto() argument
1718 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto()
1720 HBasicBlock* block = got->GetBlock(); in VisitGoto()
1721 HInstruction* previous = got->GetPrevious(); in VisitGoto()
Dcode_generator_mips64.cc1926 void LocationsBuilderMIPS64::VisitGoto(HGoto* got) { in VisitGoto() argument
1927 got->SetLocations(nullptr); in VisitGoto()
1930 void InstructionCodeGeneratorMIPS64::VisitGoto(HGoto* got) { in VisitGoto() argument
1931 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto()
1933 HBasicBlock* block = got->GetBlock(); in VisitGoto()
1934 HInstruction* previous = got->GetPrevious(); in VisitGoto()
Dcode_generator_arm.cc902 void LocationsBuilderARM::VisitGoto(HGoto* got) { in VisitGoto() argument
903 got->SetLocations(nullptr); in VisitGoto()
906 void InstructionCodeGeneratorARM::VisitGoto(HGoto* got) { in VisitGoto() argument
907 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto()
910 HBasicBlock* block = got->GetBlock(); in VisitGoto()
911 HInstruction* previous = got->GetPrevious(); in VisitGoto()
923 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
Dcode_generator_x86.cc803 void LocationsBuilderX86::VisitGoto(HGoto* got) { in VisitGoto() argument
804 got->SetLocations(nullptr); in VisitGoto()
807 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto() argument
808 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto()
811 HBasicBlock* block = got->GetBlock(); in VisitGoto()
812 HInstruction* previous = got->GetPrevious(); in VisitGoto()
823 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
Dcode_generator_x86_64.cc766 void LocationsBuilderX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument
767 got->SetLocations(nullptr); in VisitGoto()
770 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument
771 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto()
774 HBasicBlock* block = got->GetBlock(); in VisitGoto()
775 HInstruction* previous = got->GetPrevious(); in VisitGoto()
786 if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
/art/test/025-access-controller/
Dexpected.txt1 AccessControllerTest: got 39
/art/test/100-reflect2/
Dexpected.txt25 got expected IllegalArgumentException
66 got expected InvocationTargetException
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S80 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
128 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
220 lw $t0, %got(_ZN3art7Runtime9instance_E)($gp)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S27 adrp xIP0, :got:_ZN3art7Runtime9instance_E
93 adrp xIP0, :got:_ZN3art7Runtime9instance_E
268 adrp xIP0, :got:_ZN3art7Runtime9instance_E
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S133 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp)
256 ld $t1, %got(_ZN3art7Runtime9instance_E)($gp)