Home
last modified time | relevance | path

Searched defs:wasmFunc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/wasm/
Dasm.go51 type wasmFunc struct { struct
52 Module string
53 Name string
54 Type uint32
55 Code []byte
354 func writeImportSec(ctxt *ld.Link, hostImports []*wasmFunc) {
374 func writeFunctionSec(ctxt *ld.Link, fns []*wasmFunc) {
388 func writeTableSec(ctxt *ld.Link, fns []*wasmFunc) {
508 func writeCodeSec(ctxt *ld.Link, fns []*wasmFunc) {
619 func writeNameSec(ctxt *ld.Link, firstFnIndex int, fns []*wasmFunc) {
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dlogging.ts148 const wasmFunc = stack.find((e) => e.name.includes('perfetto::'))?.name; constant