Home
last modified time | relevance | path

Searched defs:bound_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc99 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) { in VisitBoundType()
H A Dreference_type_propagation.cc249 HBoundType* bound_type = nullptr; in BoundTypeIn() local
748 HBoundType* bound_type = check_cast->GetNext()->AsBoundType(); in VisitCheckCast() local
1020 HBoundType* bound_type = instr->AsBoundType(); in UpdateNullability() local
H A Dconstructor_fence_redundancy_elimination.cc54 void VisitBoundType(HBoundType* bound_type) override { in VisitBoundType()
H A Dload_store_analysis_test.cc673 HInstruction* bound_type = new (GetAllocator()) HBoundType(array); in TEST_F() local