Home
last modified time | relevance | path

Searched refs:kNegative (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86/
Dconstants_x86.h84 kNegative = kSign, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h108 kNegative = kSign, enumerator
/art/compiler/optimizing/
Dcode_generator_x86_64.cc6734 __ j(kNegative, type_check_slow_path->GetEntryLabel()); in VisitCheckCast()
Dcode_generator_x86.cc7401 __ j(kNegative, type_check_slow_path->GetEntryLabel()); in VisitCheckCast()