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

/art/compiler/optimizing/
H A Dnodes.h3516 // Note that `comparison_type` is the type of comparison performed
3519 HCompare(Primitive::Type comparison_type, argument
3527 SideEffectsForArchRuntimeCalls(comparison_type),
3530 DCHECK_EQ(comparison_type, Primitive::PrimitiveKind(first->GetType()));
3531 DCHECK_EQ(comparison_type, Primitive::PrimitiveKind(second->GetType()));

Completed in 49 milliseconds