Lines Matching refs:DISPATCH
85 #define DISPATCH(ret, method) \
100 #define DISPATCH(ret, method) \
112 DISPATCH(Address, constant_pool)
113 DISPATCH(Address, instruction_start)
114 DISPATCH(Address, instruction_end)
115 DISPATCH(int, instruction_size)
116 DISPATCH(const byte*, relocation_start)
117 DISPATCH(const byte*, relocation_end)
118 DISPATCH(int, relocation_size)
119 DISPATCH(Address, code_comments)
120 DISPATCH(int, code_comments_size)
122 #undef DISPATCH