OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CACHE_READER_READ_SECTION
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp
232
#define
CACHE_READER_READ_SECTION
(TYPE, AUTO_MANAGED_HOLDER, NAME) \
257
CACHE_READER_READ_SECTION
(OBCC_StringPool,
289
CACHE_READER_READ_SECTION
(OBCC_DependencyTable, mpCachedDependTable,
352
CACHE_READER_READ_SECTION
(OBCC_ExportVarList,
359
CACHE_READER_READ_SECTION
(OBCC_ExportFuncList,
366
CACHE_READER_READ_SECTION
(OBCC_PragmaList, mpPragmaList, pragma_list);
382
CACHE_READER_READ_SECTION
(OBCC_ObjectSlotList,
389
CACHE_READER_READ_SECTION
(OBCC_FuncTable, mpFuncTable, func_table);
402
#undef
CACHE_READER_READ_SECTION
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
219
#define
CACHE_READER_READ_SECTION
(TYPE, AUTO_MANAGED_HOLDER, NAME) \
244
CACHE_READER_READ_SECTION
(OBCC_StringPool,
276
CACHE_READER_READ_SECTION
(OBCC_DependencyTable, mpCachedDependTable,
339
CACHE_READER_READ_SECTION
(OBCC_String_Ptr, mpVarNameList, export_var_name_list);
363
CACHE_READER_READ_SECTION
(OBCC_String_Ptr, mpFuncNameList, export_func_name_list);
387
CACHE_READER_READ_SECTION
(OBCC_PragmaList, mpPragmaList, pragma_list);
403
CACHE_READER_READ_SECTION
(OBCC_ObjectSlotList,
445
#undef
CACHE_READER_READ_SECTION
Completed in 83 milliseconds