Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/src/
H A DV3Ast.h1197 AstUser1InUse() { allocate(1, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in AstUser1InUse()
1198 ~AstUser1InUse() { free (1, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in ~AstUser1InUse()
1199 static void clear() { clearcnt(1, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in clear()
1200 static void check() { checkcnt(1, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in check()
1208 AstUser2InUse() { allocate(2, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in AstUser2InUse()
1209 ~AstUser2InUse() { free (2, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in ~AstUser2InUse()
1210 static void clear() { clearcnt(2, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in clear()
1211 static void check() { checkcnt(2, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in check()
1219 AstUser3InUse() { allocate(3, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in AstUser3InUse()
1220 ~AstUser3InUse() { free (3, s_userCntGbl/*ref*/, s_userBusy/*ref*/); } in ~AstUser3InUse()
[all …]
H A DV3Ast.cpp39 uint32_t AstUser1InUse::s_userCntGbl = 0; // Hot cache line, leave adjacent member in AstUser1InUse
40 uint32_t AstUser2InUse::s_userCntGbl = 0; // Hot cache line, leave adjacent member in AstUser2InUse
41 uint32_t AstUser3InUse::s_userCntGbl = 0; // Hot cache line, leave adjacent member in AstUser3InUse
42 uint32_t AstUser4InUse::s_userCntGbl = 0; // Hot cache line, leave adjacent member in AstUser4InUse
43 uint32_t AstUser5InUse::s_userCntGbl = 0; // Hot cache line, leave adjacent member in AstUser5InUse