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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheWriter.cpp291 #define OFFSET_INCREASE(NAME) \ macro
304 OFFSET_INCREASE(str_pool);
305 OFFSET_INCREASE(depend_tab);
306 OFFSET_INCREASE(pragma_list);
307 OFFSET_INCREASE(func_table);
308 OFFSET_INCREASE(object_slot_list);
309 OFFSET_INCREASE(export_var_name_list);
310 OFFSET_INCREASE(export_func_name_list);
312 #undef OFFSET_INCREASE macro
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheWriter.cpp339 #define OFFSET_INCREASE(NAME) \ macro
352 OFFSET_INCREASE(str_pool);
353 OFFSET_INCREASE(depend_tab);
354 //OFFSET_INCREASE(reloc_tab);
355 OFFSET_INCREASE(export_var_list);
356 OFFSET_INCREASE(export_func_list);
357 OFFSET_INCREASE(pragma_list);
358 OFFSET_INCREASE(func_table);
359 OFFSET_INCREASE(object_slot_list);
361 #undef OFFSET_INCREASE macro
[all...]

Completed in 89 milliseconds