MCPcopy Create free account

hub / github.com/WAVM/WAVM / functions

Functions3,870 in github.com/WAVM/WAVM

↓ 6 callersFunctionmdb_cursor_first
Move the cursor to the first item in the database. */
ThirdParty/liblmdb/mdb.c:7110
↓ 6 callersFunctionmdb_midl_need
ThirdParty/liblmdb/midl.c:143
↓ 6 callersFunctionmdb_node_del
Delete the specified node from a page. * @param[in] mc Cursor pointing to the node to delete. * @param[in] ksize The size of a node. Only used if th
ThirdParty/liblmdb/mdb.c:8278
↓ 6 callersFunctionmdb_page_touch
Touch a page: make it dirty and re-insert into tree with updated pgno. * Set #MDB_TXN_ERROR on failure. * @param[in] mc cursor pointing to the page
ThirdParty/liblmdb/mdb.c:2703
↓ 6 callersFunctionmdb_txn_end
End a transaction, except successful commit of a nested transaction. * May be called twice for readonly txns: First reset it, then abort. * @param[i
ThirdParty/liblmdb/mdb.c:3294
↓ 6 callersFunctionparseAndSetFeature
Programs/wavm/wavm.cpp:98
↓ 6 callersFunctionparseOptionalIndexType
Lib/WASTParse/ParseModule.cpp:67
↓ 6 callersFunctionparseOptionalSharedDeclaration
Lib/WASTParse/ParseModule.cpp:267
↓ 6 callersFunctionprocessAction
Programs/wavm/Testing/RunTestScript.cpp:376
↓ 6 callersFunctionrelocAbs64
Lib/ObjectLinker/ObjectLinkerPrivate.h:92
↓ 6 callersFunctionrelocAdrp
Lib/ObjectLinker/ObjectLinkerPrivate.h:176
↓ 6 callersFunctionrelocType
Lib/ObjectLinker/MachO.cpp:147
↓ 6 callersFunctionserializeArray
Include/WAVM/Inline/Serialization.h:290
↓ 6 callersFunctionserializeConstant
Include/WAVM/Inline/Serialization.h:247
↓ 6 callersMethodsetInfoBasedOnIPRegister
ThirdParty/libunwind/src/UnwindCursor.hpp:2645
↓ 6 callersFunctionsize
Include/WAVM/IR/OperatorSignatures.h:241
↓ 6 callersMethodsize
Include/WAVM/IR/OperatorSignatures.h:32
↓ 6 callersFunctionstore
Include/WAVM/IR/OperatorSignatures.h:166
↓ 6 callersFunctionstringStartsWith
Include/WAVM/Inline/CLI.h:174
↓ 6 callersFunctionvalidVectorRegister
ThirdParty/libunwind/src/Registers.hpp:69
↓ 6 callersFunctionwasm_valtype_new_i32
Include/WAVM/wavm-c/wavm-c.h:588
↓ 5 callersMethodHighPC
ThirdParty/libunwind/src/FrameHeaderCache.hpp:35
↓ 5 callersFunctionI8
Include/WAVM/Inline/Impl/I128Impl.h:59
↓ 5 callersMethodLowPC
ThirdParty/libunwind/src/FrameHeaderCache.hpp:34
↓ 5 callersFunctionXXH32_avalanche
mix all bits */
Include/WAVM/Inline/xxhash/xxhash.h:1235
↓ 5 callersFunction__unw_step
ThirdParty/libunwind/src/libunwind.cpp:179
↓ 5 callersFunction_mean
(values: list[float])
Build/lib/benchmark.py:248
↓ 5 callersMethod_write_atomic
Write to a stream and flush, bypassing line buffering for atomicity.
Build/lib/output.py:26
↓ 5 callersMethodaddRange
Include/WAVM/Inline/DenseStaticIntSet.h:86
↓ 5 callersMethodaddRef
Lib/ThreadTest/ThreadTest.cpp:48
↓ 5 callersFunctionasString
Include/WAVM/IR/Value.h:118
↓ 5 callersFunctionbadend
ThirdParty/liblmdb/mdb_load.c:155
↓ 5 callersMethodbegin
Include/WAVM/IR/OperatorSignatures.h:36
↓ 5 callersMethodbeginTxn
Begins a transaction. Throws a Database::Exception if there are too many concurrent readers. All other errors are fatal.
Lib/ObjectCache/ObjectCache.cpp:170
↓ 5 callersFunctionbranchlessMin
Include/WAVM/Platform/Intrinsic.h:86
↓ 5 callersFunctioncheckRecursionDepth
Lib/WASTParse/ParseFunction.cpp:760
↓ 5 callersMethoddecodeOp
Include/WAVM/IR/Operators.h:208
↓ 5 callersFunctiongenerateValueType
Lib/IR/RandomModule.cpp:530
↓ 5 callersFunctionget64
ThirdParty/libunwind/src/AddressSpace.hpp:178
↓ 5 callersFunctiongetCompartmentRuntimeData
Include/WAVM/RuntimeABI/RuntimeABI.h:243
↓ 5 callersFunctiongetEncodedPointerSize
Get the byte size of a DW_EH_PE pointer encoding (0 for variable-length encodings).
Include/WAVM/DWARF/Constants.h:95
↓ 5 callersMethodgetHash
Lib/WASTParse/Parse.h:73
↓ 5 callersFunctiongetNextWord
ThirdParty/libunwind/src/Unwind-EHABI.cpp:43
↓ 5 callersMethodgetPair
Include/WAVM/Inline/Impl/HashMapImpl.h:184
↓ 5 callersFunctiongetPlatformPagesPerWebAssemblyPageLog2
Lib/Runtime/Memory.cpp:41
↓ 5 callersMethodgetValue
Include/WAVM/Runtime/Intrinsics.h:57
↓ 5 callersFunctionget_llvm_toolchain_task
Get the LLVM toolchain task (provides clang, lld, clang-format, etc.).
Build/lib/llvm.py:402
↓ 5 callersFunctionget_target_arch
Get the target architecture (defaults to host architecture).
Build/lib/platform.py:144
↓ 5 callersFunctionisPageAligned
Lib/Platform/Windows/MemoryWindows.cpp:48
↓ 5 callersFunctionisPageAligned
Lib/Platform/POSIX/MemoryPOSIX.cpp:48
↓ 5 callersFunctionlinkImport
Lib/Runtime/Linker.cpp:156
↓ 5 callersFunctionload
Memory/table index polymorphic signatures.
Include/WAVM/IR/OperatorSignatures.h:129
↓ 5 callersFunctionmakeARM64COFFObject
Programs/wavm/Testing/TestObjectLinker.cpp:1008
↓ 5 callersFunctionmdb_cursor_last
Move the cursor to the last item in the database. */
ThirdParty/liblmdb/mdb.c:7156
↓ 5 callersFunctionmdb_cursor_pop
Pop a page off the top of the cursor's stack. */
ThirdParty/liblmdb/mdb.c:5921
↓ 5 callersFunctionmdb_cursor_set
Set the cursor on a specific data item. */
ThirdParty/liblmdb/mdb.c:6910
↓ 5 callersFunctionmdb_midl_alloc
ThirdParty/liblmdb/midl.c:104
↓ 5 callersFunctionmdb_midl_append
ThirdParty/liblmdb/midl.c:157
↓ 5 callersFunctionmdb_midl_search
ThirdParty/liblmdb/midl.c:34
↓ 5 callersFunctionmdb_page_malloc
Allocate memory for a page. * Re-use old malloc'd pages first for singletons, otherwise just malloc. * Set #MDB_TXN_ERROR on failure. */
ThirdParty/liblmdb/mdb.c:1992
↓ 5 callersFunctionmdb_stat
ThirdParty/liblmdb/mdb.c:10738
↓ 5 callersMethodopen
Lib/ObjectCache/ObjectCache.cpp:738
↓ 5 callersFunctionparseAndValidateRedundantBranchTargetName
Lib/WASTParse/ParseFunction.cpp:200
↓ 5 callersFunctionparseControlImm
Lib/WASTParse/ParseFunction.cpp:689
↓ 5 callersFunctionparseExpr
Lib/WASTParse/ParseFunction.cpp:942
↓ 5 callersFunctionparseInitializerExpression
Lib/WASTParse/ParseModule.cpp:183
↓ 5 callersFunctionparseObjectDefOrImport
Lib/WASTParse/ParseModule.cpp:859
↓ 5 callersFunctionparseOptionalNameAsString
Lib/WASTParse/ParseTests.cpp:299
↓ 5 callersFunctionparseSign
Parses an optional + or - sign and returns true if a - sign was parsed. If either a + or - sign is parsed, nextChar is advanced past it.
Lib/WASTParse/ParseNumbers.cpp:18
↓ 5 callersFunctionprintImport
Lib/WASTPrint/Print.cpp:842
↓ 5 callersFunctionrelocExtern
Lib/ObjectLinker/MachO.cpp:146
↓ 5 callersFunctionrelocLdstLo12
Lib/ObjectLinker/ObjectLinkerPrivate.h:196
↓ 5 callersMethodremoveRef
Lib/ThreadTest/ThreadTest.cpp:49
↓ 5 callersFunctionserializeOpcode
Lib/WASM/WASMSerialization.cpp:35
↓ 5 callersFunctionserializeVarInt7
Include/WAVM/Inline/LEB128.h:204
↓ 5 callersFunctionsignExtendPrel31
ThirdParty/libunwind/src/Unwind-EHABI.h:23
↓ 5 callersFunctionstore16
ThirdParty/BLAKE2/neon/blake2-impl.h:80
↓ 5 callersFunctionstore16
ThirdParty/BLAKE2/ref/blake2-impl.h:80
↓ 5 callersFunctiontestCOFFX64Rel32Variant
Parameterized helper for REL32_1 through REL32_5.
Programs/wavm/Testing/TestObjectLinker.cpp:937
↓ 5 callersFunctiontestELFARM64LdstVariant
Parameterized LDST test
Programs/wavm/Testing/TestObjectLinker.cpp:1661
↓ 5 callersFunctiontryParseParenthesizedTagged
Lib/WASTParse/Parse.h:303
↓ 5 callersFunctionusage
ThirdParty/liblmdb/mdb_dump.c:152
↓ 5 callersFunctionusage
ThirdParty/liblmdb/mdb_stat.c:35
↓ 5 callersFunctionwasm_func_new
Lib/wavm-c/wavm-c.cpp:902
↓ 5 callersFunctionwasm_instance_export
Lib/wavm-c/wavm-c.cpp:1185
↓ 5 callersFunctionwasm_memory_data_size
Lib/wavm-c/wavm-c.cpp:1069
↓ 4 callersFunctionXXH3_64bits_reset_internal
Include/WAVM/Inline/xxhash/xxh3.h:1919
↓ 4 callersFunctionXXH_mult64to128
* Calculates a 64->128-bit long multiply. * * Uses __uint128_t and _umul128 if available, otherwise uses a scalar version. */
Include/WAVM/Inline/xxhash/xxh3.h:524
↓ 4 callersFunctionXXH_read32
* Force direct memory access. Only works on CPU which support unaligned memory * access in hardware. */
Include/WAVM/Inline/xxhash/xxhash.h:985
↓ 4 callersFunctionXXH_read64
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
Include/WAVM/Inline/xxhash/xxhash.h:1580
↓ 4 callersFunction_Unwind_Backtrace
Walk every frame and call trace function at each one. If trace function returns anything other than _URC_NO_REASON, then walk is terminated.
ThirdParty/libunwind/src/UnwindLevel1-gcc-ext.c:132
↓ 4 callersFunction__Unwind_SjLj_GetTopOfFunctionStack
ThirdParty/libunwind/src/Unwind-sjlj.c:85
↓ 4 callersFunction__Unwind_SjLj_SetTopOfFunctionStack
ThirdParty/libunwind/src/Unwind-sjlj.c:94
↓ 4 callersFunction_decode_text
Decode subprocess output bytes to str, normalizing line endings.
Build/lib/platform.py:259
↓ 4 callersFunction_format_val
(mean: float, std: float, unit: str)
Build/lib/benchmark.py:395
↓ 4 callersFunction_stddev
(values: list[float])
Build/lib/benchmark.py:254
↓ 4 callersMethodadd
ThirdParty/libunwind/src/UnwindCursor.hpp:194
↓ 4 callersFunctionaddUnique
Lib/NFA/NFA.cpp:35
↓ 4 callersFunctionasLLVMCallingConv
Lib/LLVMJIT/LLVMJITPrivate.h:261
↓ 4 callersFunctionasMDBVal
Lib/ObjectCache/ObjectCache.cpp:103
← previousnext →301–400 of 3,870, ranked by callers