Home
last modified time | relevance | path

Searched refs:mpHeaderSection (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheWriter.cpp40 CHECK_AND_FREE(mpHeaderSection); in ~CacheWriter()
92 mpHeaderSection = header; in prepareHeader()
131 mpHeaderSection->depend_tab_size = tableSize; in prepareDependencyTable()
163 mpHeaderSection->func_table_size = tableSize; in prepareFuncTable()
198 mpHeaderSection->pragma_list_size = listSize; in preparePragmaList()
248 mpHeaderSection->str_pool_size = size; in prepareStringPool()
283 mpHeaderSection->export_var_list_size = listSize; in prepareExportVarList()
304 mpHeaderSection->export_func_list_size = listSize; in prepareExportFuncList()
327 mpHeaderSection->object_slot_list_size = listSize; in prepareObjectSlotList()
348 mpHeaderSection->NAME##_offset = offset; \ in calcSectionOffset()
[all …]
DCacheWriter.h44 OBCC_Header *mpHeaderSection; variable
56 : mpHeaderSection(NULL), mpStringPoolSection(NULL), in CacheWriter()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp40 CHECK_AND_FREE(mpHeaderSection); in ~MCCacheWriter()
84 mpHeaderSection = header; in prepareHeader()
120 mpHeaderSection->depend_tab_size = tableSize; in prepareDependencyTable()
151 mpHeaderSection->pragma_list_size = listSize; in preparePragmaList()
194 mpHeaderSection->str_pool_size = size; in prepareStringPool()
229 mpHeaderSection->export_var_name_list_size = listSize; in prepareExportVarNameList()
253 mpHeaderSection->export_func_name_list_size = listSize; in prepareExportFuncNameList()
279 mpHeaderSection->object_slot_list_size = listSize; in prepareObjectSlotList()
300 mpHeaderSection->NAME##_offset = offset; \ in calcSectionOffset()
301 offset += mpHeaderSection->NAME##_size; \ in calcSectionOffset()
[all …]
DMCCacheWriter.h43 MCO_Header *mpHeaderSection; variable
57 : mpHeaderSection(NULL), mpStringPoolSection(NULL), in MCCacheWriter()