Home
last modified time | relevance | path

Searched refs:getObjectSlotList (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h129 const uint32_t *getObjectSlotList() const { in getObjectSlotList() function
/frameworks/compile/libbcc/lib/ExecutionEngine/
DScriptCached.h130 void getObjectSlotList(size_t objectSlotListSize,
DScriptCached.cpp98 void ScriptCached::getObjectSlotList(size_t objectSlotListSize, in getObjectSlotList() function in bcc::ScriptCached
DScript.h153 void getObjectSlotList(size_t size, uint32_t *list);
DScriptCompiled.h136 void getObjectSlotList(size_t objectSlotListSize,
DScriptCompiled.cpp139 void ScriptCompiled::getObjectSlotList(size_t objectSlotListSize, in getObjectSlotList() function in bcc::ScriptCompiled
DScript.cpp701 void Script::getObjectSlotList(size_t objectSlotListSize, in getObjectSlotList() function in bcc::Script
706 m##STATUS->getObjectSlotList(objectSlotListSize, objectSlotList); \ in getObjectSlotList()
DMCCacheWriter.cpp283 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list); in prepareObjectSlotList()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp101 const uint32_t *slotList = ME->getObjectSlotList(); in dumpMetadata()
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheWriter.cpp331 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list); in prepareObjectSlotList()
/frameworks/base/libs/rs/driver/
DrsdBcc.cpp154 const uint32_t *objectSlotList = drv->ME->getObjectSlotList(); in rsdScriptInit()