Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp893 JumpTableDataList JumpTables(*getJumpTableList()); in getJumpTables()
918 getJumpTableList()->emplace_back(std::move(JumpTable)); in addJumpTableData()
H A DIceGlobalContext.h537 LockedPtr<JumpTableDataList> getJumpTableList() { in getJumpTableList() function