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

  /art/compiler/optimizing/
register_allocator.cc 247 HInstruction* defined_by = current->GetParent()->GetDefinedBy(); local
250 && !(defined_by != nullptr && defined_by->IsParameterValue())) {
575 HInstruction* defined_by = parent->GetDefinedBy(); local
576 if (defined_by->IsParameterValue()) {
578 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue()));
582 if (defined_by->IsConstant()) {
652 HInstruction* defined_by = interval->GetParent()->GetDefinedBy(); local
653 if (defined_by->IsConstant()) {
654 return defined_by->GetLocations()->Out()
    [all...]
ssa_liveness_analysis.h 136 LiveInterval(ArenaAllocator* allocator, Primitive::Type type, HInstruction* defined_by = nullptr)
147 defined_by_(defined_by) {}

Completed in 152 milliseconds