Lines Matching refs:RUNTIME_FUNCTION
406 RUNTIME_FUNCTION(Runtime_AtomicsLoad64) { in RUNTIME_FUNCTION() function
426 RUNTIME_FUNCTION(Runtime_AtomicsStore64) { in RUNTIME_FUNCTION() function
454 RUNTIME_FUNCTION(Runtime_AtomicsExchange) { in RUNTIME_FUNCTION() function
458 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) { in RUNTIME_FUNCTION() function
519 RUNTIME_FUNCTION(Runtime_AtomicsAdd) { in RUNTIME_FUNCTION() function
525 RUNTIME_FUNCTION(Runtime_AtomicsSub) { in RUNTIME_FUNCTION() function
531 RUNTIME_FUNCTION(Runtime_AtomicsAnd) { in RUNTIME_FUNCTION() function
537 RUNTIME_FUNCTION(Runtime_AtomicsOr) { in RUNTIME_FUNCTION() function
543 RUNTIME_FUNCTION(Runtime_AtomicsXor) { in RUNTIME_FUNCTION() function
551 RUNTIME_FUNCTION(Runtime_AtomicsLoad64) { UNREACHABLE(); }
553 RUNTIME_FUNCTION(Runtime_AtomicsStore64) { UNREACHABLE(); }
555 RUNTIME_FUNCTION(Runtime_AtomicsExchange) { UNREACHABLE(); }
557 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) { UNREACHABLE(); }
559 RUNTIME_FUNCTION(Runtime_AtomicsAdd) { UNREACHABLE(); }
561 RUNTIME_FUNCTION(Runtime_AtomicsSub) { UNREACHABLE(); }
563 RUNTIME_FUNCTION(Runtime_AtomicsAnd) { UNREACHABLE(); }
565 RUNTIME_FUNCTION(Runtime_AtomicsOr) { UNREACHABLE(); }
567 RUNTIME_FUNCTION(Runtime_AtomicsXor) { UNREACHABLE(); }