Home
last modified time | relevance | path

Searched refs:got (Results 1 – 9 of 9) 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/compiler/optimizing/
Dgraph_test.cc43 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 …]
Dcode_generator_x86_64.cc362 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()
Dcode_generator_arm.cc523 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()
Dcode_generator_x86.cc481 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/
Dexpected.txt9 Cons got expected PackageAccess complaint
10 Cons got expected InstantationException
11 Cons got expected PackageAccess2 complaint
/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/arm64/
Dquick_entrypoints_arm64.S27 adrp xIP0, :got:_ZN3art7Runtime9instance_E
89 adrp xIP0, :got:_ZN3art7Runtime9instance_E
255 adrp xIP0, :got:_ZN3art7Runtime9instance_E