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.h111 kNegative = kSign, enumerator
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7104 __ j(kNegative, type_check_slow_path->GetEntryLabel()); in VisitCheckCast()
Dcode_generator_x86.cc7997 __ j(kNegative, type_check_slow_path->GetEntryLabel()); in VisitCheckCast()