Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dconstant-array-builder.h71 #define INSERT_ENTRY(NAME, ...) size_t Insert##NAME(); macro
72 SINGLETON_CONSTANT_ENTRY_TYPES(INSERT_ENTRY)
73 #undef INSERT_ENTRY
Dconstant-array-builder.cc256 #define INSERT_ENTRY(NAME, LOWER_NAME) \ macro
263 SINGLETON_CONSTANT_ENTRY_TYPES(INSERT_ENTRY) in SINGLETON_CONSTANT_ENTRY_TYPES() argument
264 #undef INSERT_ENTRY in SINGLETON_CONSTANT_ENTRY_TYPES()