OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBCC_FuncTable
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/include/bcc/
bcc_cache.h
143
struct
OBCC_FuncTable
{
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.h
46
OBCC_FuncTable
*mpFuncTable;
CacheWriter.h
51
OBCC_FuncTable
*mpFuncTableSection;
CacheWriter.cpp
152
size_t tableSize = sizeof(
OBCC_FuncTable
) +
155
OBCC_FuncTable
*tab = (
OBCC_FuncTable
*)malloc(tableSize);
CacheReader.cpp
389
CACHE_READER_READ_SECTION(
OBCC_FuncTable
, mpFuncTable, func_table);
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.h
45
OBCC_FuncTable
*mpFuncTable;
Completed in 35 milliseconds