Home
last modified time | relevance | path

Searched refs:object_slot_list (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp283 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list); in prepareObjectSlotList()
308 OFFSET_INCREASE(object_slot_list); in calcSectionOffset()
344 WRITE_SECTION_SIMPLE(object_slot_list, mpObjectSlotSection); in writeAll()
DScriptCached.cpp107 memcpy(objectSlotList, mpObjectSlotList->object_slot_list, in getObjectSlotList()
DMCCacheReader.cpp404 mpResult->mpObjectSlotList, object_slot_list); in readObjectSlotList()
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheWriter.cpp331 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list); in prepareObjectSlotList()
359 OFFSET_INCREASE(object_slot_list); in calcSectionOffset()
409 WRITE_SECTION_SIMPLE(object_slot_list, mpObjectSlotSection); in writeAll()
DCacheReader.cpp383 mpResult->mpObjectSlotList, object_slot_list); in readObjectSlotList()
/frameworks/compile/libbcc/include/bcc/
Dbcc_cache.h134 uint32_t object_slot_list[]; member