Searched refs:comparison_type (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h4060 // Note that `comparison_type` is the type of comparison performed
4063 HCompare(DataType::Type comparison_type, argument
4072 SideEffectsForArchRuntimeCalls(comparison_type),
4075 DCHECK_EQ(comparison_type, DataType::Kind(first->GetType()));
4076 DCHECK_EQ(comparison_type, DataType::Kind(second->GetType()));

Completed in 35 milliseconds