Searched refs:COUNT_BYTECODE (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecodes.h345 #define COUNT_BYTECODE(x, ...) +1 macro
346 // The COUNT_BYTECODE macro will turn this into kLast = -1 +1 +1... which will
348 kLast = -1 BYTECODE_LIST(COUNT_BYTECODE)
349 #undef COUNT_BYTECODE macro

Completed in 494 milliseconds