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

  /external/v8/src/interpreter/
constant-array-builder.h 64 #define INSERT_ENTRY(NAME, ...) size_t Insert##NAME();
65 SINGLETON_CONSTANT_ENTRY_TYPES(INSERT_ENTRY)
66 #undef INSERT_ENTRY
constant-array-builder.cc 211 #define INSERT_ENTRY(NAME, LOWER_NAME) \
218 SINGLETON_CONSTANT_ENTRY_TYPES(INSERT_ENTRY)
219 #undef INSERT_ENTRY

Completed in 54 milliseconds