HomeSort by relevance Sort by last modified time
    Searched refs:HBoundType (Results 1 - 10 of 10) sorted by null

  /art/compiler/optimizing/
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_);
reference_type_propagation.cc 88 // So start with null and create the HBoundType lazily, only if it's needed.
89 HBoundType* bound_type = nullptr;
98 bound_type = new (graph_->GetArena()) HBoundType(obj, ReferenceTypeInfo::CreateTop(false));
108 // If that's the case insert an HBoundType instruction to bound the type of `x`
135 // So start with null and create the HBoundType lazily, only if it's needed.
136 HBoundType* bound_type = nullptr;
143 // Not that this also prevents replacing `HLoadClass` with a `HBoundType`.
157 bound_type = new (graph_->GetArena()) HBoundType(obj, class_rti);
266 void ReferenceTypePropagation::UpdateBoundType(HBoundType* instr) {
prepare_for_register_allocation.cc 45 void PrepareForRegisterAllocation::VisitBoundType(HBoundType* bound_type) {
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 448 milliseconds