HomeSort by relevance Sort by last modified time
    Searched refs:mpExportFuncs (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h 63 OBCC_ExportFuncList *mpExportFuncs;
86 mpExportFuncs(NULL),
105 return mpExportFuncs->count;
ScriptCached.cpp 44 if (mpExportFuncs) { free(mpExportFuncs); }
69 memcpy(funcList, mpExportFuncs->cached_addr_list,
MCCacheReader.cpp 366 mpResult->mpExportFuncs = (OBCC_ExportFuncList*)
369 if (!mpResult->mpExportFuncs) {
370 LOGE("Unable to allocate for mpExportFuncs\n");
373 mpResult->mpExportFuncs->count = export_func_name_list_raw->count;
376 mpResult->mpExportFuncs->cached_addr_list[i] =
380 strPool[export_func_name_list_raw->strp_indexs[i]], mpResult->mpExportFuncs->cached_addr_list[i]);
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 360 mpResult->mpExportFuncs, export_func_list);

Completed in 149 milliseconds