Searched refs:taConstr (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/mjsunit/asm/ |
D | atomics-load.js | 65 function testElementType(taConstr, f, oobValue, offset) { argument 68 var ta = new taConstr(sab, offset);
|
D | atomics-store.js | 71 function testElementType(taConstr, f, oobValue, offset) { argument 74 var ta = new taConstr(sab, offset);
|
D | atomics-or.js | 74 function testElementType(taConstr, f, offset) { argument 77 var ta = new taConstr(sab, offset);
|
D | atomics-and.js | 71 function testElementType(taConstr, f, offset) { argument 74 var ta = new taConstr(sab, offset);
|
D | atomics-add.js | 71 function testElementType(taConstr, f, offset) { argument 74 var ta = new taConstr(sab, offset);
|
D | atomics-exchange.js | 74 function testElementType(taConstr, f, offset) { argument 77 var ta = new taConstr(sab, offset);
|
D | atomics-sub.js | 71 function testElementType(taConstr, f, offset) { argument 74 var ta = new taConstr(sab, offset);
|
D | atomics-xor.js | 71 function testElementType(taConstr, f, offset) { argument 74 var ta = new taConstr(sab, offset);
|
D | atomics-compareexchange.js | 77 function testElementType(taConstr, f, oobValue, offset) { argument 80 var ta = new taConstr(sab, offset);
|