1 | static ThreadLocal<Set<S>> ai_triggerSpeculationOn_set = initializedThreadLocal(LinkedHashSet.class); |
2 | |
3 | static void ai_triggerSpeculationOn(S s) { |
4 | ai_triggerSpeculationOn_set->add(s); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012802 |
Snippet name: | ai_triggerSpeculationOn - trigger speculation on an object |
Eternal ID of this version: | #1012802/2 |
Text MD5: | e5aa6ec5e22fa1150a938aa76442c82f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-13 17:34:22 |
Source code size: | 190 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 459 / 479 |
Version history: | 1 change(s) |
Referenced in: | [show references] |