/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/ |
H A D | WasmBuiltins.cpp | 761 struct TypedNative { struct 765 TypedNative(InlinableNative native, ABIFunctionType abiType) in TypedNative() function 768 typedef TypedNative Lookup; argument 772 static bool match(const TypedNative& lhs, const Lookup& rhs) { in match() argument 778 HashMap<TypedNative, void*, TypedNative, SystemAllocPolicy>; 784 if (!typedNatives->putNew(TypedNative(InlinableNative::native, abiType), \ in PopulateTypedNatives() 833 HashMap<TypedNative, uint32_t, TypedNative, SystemAllocPolicy>; 894 TypedNative typedNative = r.front().key(); in EnsureBuiltinThunksInitialized() 1012 TypedNative typedNative(f->jitInfo()->inlinableNative, *abiType); in MaybeGetBuiltinThunk()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/ |
H A D | WasmBuiltins.cpp | 1275 struct TypedNative { struct 1279 TypedNative(InlinableNative native, ABIFunctionType abiType) in TypedNative() argument 1282 using Lookup = TypedNative; argument 1286 static bool match(const TypedNative& lhs, const Lookup& rhs) { in match() argument 1292 HashMap<TypedNative, void*, TypedNative, SystemAllocPolicy>; 1296 if (!typedNatives->putNew(TypedNative(InlinableNative::native, abiType), \ in PopulateTypedNatives() 1345 HashMap<TypedNative, uint32_t, TypedNative, SystemAllocPolicy>; 1414 TypedNative typedNative = r.front().key(); in EnsureBuiltinThunksInitialized() 1546 TypedNative typedNative(f->jitInfo()->inlinableNative, *abiType); in MaybeGetBuiltinThunk()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/ |
H A D | WasmBuiltins.cpp | 1473 struct TypedNative { struct 1477 TypedNative(InlinableNative native, ABIFunctionType abiType) in TypedNative() function 1480 using Lookup = TypedNative; argument 1484 static bool match(const TypedNative& lhs, const Lookup& rhs) { in match() argument 1490 HashMap<TypedNative, void*, TypedNative, SystemAllocPolicy>; 1494 if (!typedNatives->putNew(TypedNative(InlinableNative::native, abiType), \ in PopulateTypedNatives() 1552 HashMap<TypedNative, uint32_t, TypedNative, SystemAllocPolicy>; 1622 TypedNative typedNative = r.front().key(); in EnsureBuiltinThunksInitialized() 1789 TypedNative typedNative(f->jitInfo()->inlinableNative, *abiType); in MaybeGetBuiltinThunk()
|
/dports/www/firefox/firefox-99.0/js/src/wasm/ |
H A D | WasmBuiltins.cpp | 1528 struct TypedNative { struct 1532 TypedNative(InlinableNative native, ABIFunctionType abiType) in TypedNative() argument 1535 using Lookup = TypedNative; argument 1539 static bool match(const TypedNative& lhs, const Lookup& rhs) { in match() argument 1545 HashMap<TypedNative, void*, TypedNative, SystemAllocPolicy>; 1549 if (!typedNatives->putNew(TypedNative(InlinableNative::native, abiType), \ in PopulateTypedNatives() 1607 HashMap<TypedNative, uint32_t, TypedNative, SystemAllocPolicy>; 1678 TypedNative typedNative = r.front().key(); in EnsureBuiltinThunksInitialized() 1845 TypedNative typedNative(f->jitInfo()->inlinableNative, *abiType); in MaybeGetBuiltinThunk()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/ |
H A D | WasmBuiltins.cpp | 1473 struct TypedNative { struct 1477 TypedNative(InlinableNative native, ABIFunctionType abiType) in TypedNative() argument 1480 using Lookup = TypedNative; argument 1484 static bool match(const TypedNative& lhs, const Lookup& rhs) { in match() argument 1490 HashMap<TypedNative, void*, TypedNative, SystemAllocPolicy>; 1494 if (!typedNatives->putNew(TypedNative(InlinableNative::native, abiType), \ in PopulateTypedNatives() 1552 HashMap<TypedNative, uint32_t, TypedNative, SystemAllocPolicy>; 1622 TypedNative typedNative = r.front().key(); in EnsureBuiltinThunksInitialized() 1789 TypedNative typedNative(f->jitInfo()->inlinableNative, *abiType); in MaybeGetBuiltinThunk()
|