HomeSort by relevance Sort by last modified time
    Searched defs:not_taken (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
assembler-ia32.h 254 not_taken = 0x2e, enumerator in enum:v8::internal::Hint
261 // itself and not_taken and taken are mapped to each other.
265 : ((hint == not_taken) ? taken : not_taken);
    [all...]
  /external/v8/src/x64/
assembler-x64.h 332 not_taken = 0x2e, enumerator in enum:v8::internal::Hint
338 // itself and not_taken and taken are mapped to each other.
342 : ((hint == not_taken) ? taken : not_taken);
    [all...]

Completed in 99 milliseconds