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

  /frameworks/compile/libbcc/include/bcc/
bcc_cache.h 134 uint32_t object_slot_list[]; member in struct:OBCC_ObjectSlotList
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.cpp 283 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list);
308 OFFSET_INCREASE(object_slot_list);
344 WRITE_SECTION_SIMPLE(object_slot_list, mpObjectSlotSection);
ScriptCached.cpp 107 memcpy(objectSlotList, mpObjectSlotList->object_slot_list,
MCCacheReader.cpp 404 mpResult->mpObjectSlotList, object_slot_list);
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheWriter.cpp 331 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list);
359 OFFSET_INCREASE(object_slot_list);
409 WRITE_SECTION_SIMPLE(object_slot_list, mpObjectSlotSection);
CacheReader.cpp 383 mpResult->mpObjectSlotList, object_slot_list);

Completed in 62 milliseconds