Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc540 art::x86::Condition x86_cond; in Jump() local
543 x86_cond = art::x86::kZero; in Jump()
546 x86_cond = art::x86::kNotZero; in Jump()
556 __ j(x86_cond, X86JNIMacroLabel::Cast(label)->AsX86()); in Jump()