Lines Matching refs:RUNTIME_FUNCTION
445 RUNTIME_FUNCTION(Runtime_AtomicsLoad64) {
465 RUNTIME_FUNCTION(Runtime_AtomicsStore64) {
493 RUNTIME_FUNCTION(Runtime_AtomicsExchange) {
497 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) {
558 RUNTIME_FUNCTION(Runtime_AtomicsAdd) {
564 RUNTIME_FUNCTION(Runtime_AtomicsSub) {
570 RUNTIME_FUNCTION(Runtime_AtomicsAnd) {
576 RUNTIME_FUNCTION(Runtime_AtomicsOr) {
582 RUNTIME_FUNCTION(Runtime_AtomicsXor) {
590 RUNTIME_FUNCTION(Runtime_AtomicsLoad64) { UNREACHABLE(); }
592 RUNTIME_FUNCTION(Runtime_AtomicsStore64) { UNREACHABLE(); }
594 RUNTIME_FUNCTION(Runtime_AtomicsExchange) { UNREACHABLE(); }
596 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) { UNREACHABLE(); }
598 RUNTIME_FUNCTION(Runtime_AtomicsAdd) { UNREACHABLE(); }
600 RUNTIME_FUNCTION(Runtime_AtomicsSub) { UNREACHABLE(); }
602 RUNTIME_FUNCTION(Runtime_AtomicsAnd) { UNREACHABLE(); }
604 RUNTIME_FUNCTION(Runtime_AtomicsOr) { UNREACHABLE(); }
606 RUNTIME_FUNCTION(Runtime_AtomicsXor) { UNREACHABLE(); }
612 RUNTIME_FUNCTION(Runtime_AtomicsLoadSharedStructField) {
625 RUNTIME_FUNCTION(Runtime_AtomicsStoreSharedStructField) {
651 RUNTIME_FUNCTION(Runtime_AtomicsExchangeSharedStructField) {