OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBCC_MAGIC
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/include/bcc/
bcc_cache.h
24
#define
OBCC_MAGIC
"\0bcc"
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
150
if (memcmp(mpHeader->magic,
OBCC_MAGIC
, 4) != 0) {
MCCacheWriter.cpp
90
memcpy(header->magic,
OBCC_MAGIC
, 4);
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp
154
if (memcmp(mpHeader->magic,
OBCC_MAGIC
, 4) != 0) {
CacheWriter.cpp
98
memcpy(header->magic,
OBCC_MAGIC
, 4);
Completed in 64 milliseconds