assembler-x64.h | 261 // any value < 0 is considered no_condition 262 no_condition = -1, enumerator in enum:v8::internal::Condition 297 // Negation of the default no_condition (-1) results in a non-default 298 // no_condition value (-2). As long as tests for no_condition check [all...] |