Home
last modified time | relevance | path

Searched refs:getJumpTableList (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp893 JumpTableDataList JumpTables(*getJumpTableList()); in getJumpTables()
918 getJumpTableList()->emplace_back(std::move(JumpTable)); in addJumpTableData()
DIceGlobalContext.h537 LockedPtr<JumpTableDataList> getJumpTableList() { in getJumpTableList() function