Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc310 static const char* x86CondName[] = { variable
355 DCHECK_LT(static_cast<size_t>(operand), sizeof(x86CondName)); in BuildInsnString()
356 buf += x86CondName[operand]; in BuildInsnString()