HomeSort by relevance Sort by last modified time
    Searched full:bound_type (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
prepare_for_register_allocation.cc 45 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) {
46 bound_type->ReplaceWith(bound_type->InputAt(0));
47 bound_type->GetBlock()->RemoveInstruction(bound_type);
reference_type_propagation.cc 89 HBoundType* bound_type = nullptr; local
97 if (bound_type == nullptr) {
98 bound_type = new (graph_->GetArena()) HBoundType(obj, ReferenceTypeInfo::CreateTop(false));
99 notNullBlock->InsertInstructionBefore(bound_type, notNullBlock->GetFirstInstruction());
101 user->ReplaceInput(bound_type, it.Current()->GetIndex());
136 HBoundType* bound_type = nullptr; local
152 if (bound_type == nullptr) {
157 bound_type = new (graph_->GetArena()) HBoundType(obj, class_rti);
163 bound_type->SetReferenceTypeInfo(obj_rti);
165 bound_type->SetReferenceTypeInfo
    [all...]
prepare_for_register_allocation.h 39 void VisitBoundType(HBoundType* bound_type) OVERRIDE;
reference_type_propagation.h 53 void UpdateBoundType(HBoundType* bound_type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
nodes.h     [all...]

Completed in 86 milliseconds