Searched refs:got (Results 1 – 9 of 9) sorted by relevance
/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/compiler/optimizing/ |
D | graph_test.cc | 43 HInstruction* got = new (allocator) HGoto(); in createGotoBlock() local 44 block->AddInstruction(got); in createGotoBlock() 292 HInstruction* got = block->GetLastInstruction(); in TEST() local 293 ASSERT_TRUE(got->IsControlFlow()); in TEST() 297 block->InsertInstructionBefore(first_instruction, got); in TEST() 302 ASSERT_EQ(block->GetLastInstruction(), got); in TEST() 303 ASSERT_EQ(first_instruction->GetNext(), got); in TEST() 305 ASSERT_EQ(got->GetNext(), nullptr); in TEST() 306 ASSERT_EQ(got->GetPrevious(), first_instruction); in TEST() 310 block->InsertInstructionBefore(second_instruction, got); in TEST() [all …]
|
D | code_generator_x86_64.cc | 362 void LocationsBuilderX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument 363 got->SetLocations(nullptr); in VisitGoto() 366 void InstructionCodeGeneratorX86_64::VisitGoto(HGoto* got) { in VisitGoto() argument 367 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto() 370 } else if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
|
D | code_generator_arm.cc | 523 void LocationsBuilderARM::VisitGoto(HGoto* got) { in VisitGoto() argument 524 got->SetLocations(nullptr); in VisitGoto() 527 void InstructionCodeGeneratorARM::VisitGoto(HGoto* got) { in VisitGoto() argument 528 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto() 531 } else if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
|
D | code_generator_x86.cc | 481 void LocationsBuilderX86::VisitGoto(HGoto* got) { in VisitGoto() argument 482 got->SetLocations(nullptr); in VisitGoto() 485 void InstructionCodeGeneratorX86::VisitGoto(HGoto* got) { in VisitGoto() argument 486 HBasicBlock* successor = got->GetSuccessor(); in VisitGoto() 489 } else if (!codegen_->GoesToNextBlock(got->GetBlock(), successor)) { in VisitGoto()
|
/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/test/025-access-controller/ |
D | expected.txt | 1 AccessControllerTest: got 39
|
/art/test/100-reflect2/ |
D | expected.txt | 25 got expected IllegalArgumentException 66 got expected InvocationTargetException
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 27 adrp xIP0, :got:_ZN3art7Runtime9instance_E 89 adrp xIP0, :got:_ZN3art7Runtime9instance_E 255 adrp xIP0, :got:_ZN3art7Runtime9instance_E
|