Searched defs:GetDefaultValue (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dload_store_elimination.cc688 HInstruction* GetDefaultValue(Primitive::Type type) { function in class:art::LSEVisitor
723 HInstruction* constant = GetDefaultValue(instruction->GetType());
766 if (heap_value == kDefaultHeapValue && GetDefaultValue(value->GetType()) == value) {

Completed in 6 milliseconds