Home | History | Annotate | Download | only in bytecode

Lines Matching full:macro

1138 #define FOR_EACH_MEMBER_VECTOR(macro) \
1139 macro(instructions) \
1140 macro(globalResolveInfos) \
1141 macro(structureStubInfos) \
1142 macro(callLinkInfos) \
1143 macro(linkedCallerList) \
1144 macro(identifiers) \
1145 macro(functionExpressions) \
1146 macro(constantRegisters)
1148 #define FOR_EACH_MEMBER_VECTOR_RARE_DATA(macro) \
1149 macro(regexps) \
1150 macro(functions) \
1151 macro(exceptionHandlers) \
1152 macro(immediateSwitchJumpTables) \
1153 macro(characterSwitchJumpTables) \
1154 macro(stringSwitchJumpTables) \
1155 macro(functionRegisterInfos)
1157 #define FOR_EACH_MEMBER_VECTOR_EXCEPTION_INFO(macro) \
1158 macro(expressionInfo) \
1159 macro(lineInfo) \
1160 macro(getByIdExceptionInfo) \
1161 macro(pcVector)