HomeSort by relevance Sort by last modified time
    Searched refs:Grow (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /prebuilts/go/darwin-x86/src/runtime/
iface.go 118 // Grow hash table.
  /prebuilts/go/linux-x86/src/runtime/
iface.go 118 // Grow hash table.
  /external/v8/src/wasm/
wasm-js.cc 521 // WebAssembly.Table.grow(num) -> num
526 ErrorThrower thrower(i_isolate, "WebAssembly.Table.grow()");
558 i::WasmTableObject::Grow(i_isolate, receiver,
653 // WebAssembly.Memory.grow(num) -> num
658 ErrorThrower thrower(i_isolate, "WebAssembly.Memory.grow()");
690 thrower.RangeError("Unable to grow instance memory.");
    [all...]
wasm-objects.cc 295 // Grow the dispatch table and add a new triple at the end.
329 void WasmTableObject::Grow(Isolate* isolate, Handle<WasmTableObject> table,
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 419 // In the worst case, the slice can grow when mapped, making
438 // Grow the buffer.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 857 // Grow the ring.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 50 s.Grow(s.Size)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 662 plt.Grow(plt.Size)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 470 // that this will need to grow in the future.
1017 m.s.Grow(int64(ctxt.Arch.PtrSize))
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 544 // Grow slice if necessary
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 657 // grow larger than w.N. It returns the un-appended suffix of p.
675 buf.Grow(len(w.prefix) + len(w.suffix) + 50)
  /prebuilts/go/darwin-x86/src/strings/
strings.go 458 // In the worst case, the string can grow when mapped, making
516 // Grow the buffer.
strings_test.go 587 // 1. Grow. This triggers two reallocations in Map.
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 550 // grow returns a new []byte that is longer than b, and copies the first n bytes
552 func grow(b []byte, n int) []byte { func
657 // If we got ErrShortDst or ErrShortSrc, do not grow as long as we can
661 dst = grow(dst, pDst)
665 src = grow(src, 0)
701 // Grow the destination buffer, but do not grow as long as we can make
704 dst = grow(dst, pDst)
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 419 // In the worst case, the slice can grow when mapped, making
438 // Grow the buffer.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 857 // Grow the ring.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
asm.go 50 s.Grow(s.Size)
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 662 plt.Grow(plt.Size)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 470 // that this will need to grow in the future.
1017 m.s.Grow(int64(ctxt.Arch.PtrSize))
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 544 // Grow slice if necessary
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 657 // grow larger than w.N. It returns the un-appended suffix of p.
675 buf.Grow(len(w.prefix) + len(w.suffix) + 50)
  /prebuilts/go/linux-x86/src/strings/
strings.go 458 // In the worst case, the string can grow when mapped, making
516 // Grow the buffer.
strings_test.go 587 // 1. Grow. This triggers two reallocations in Map.
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 550 // grow returns a new []byte that is longer than b, and copies the first n bytes
552 func grow(b []byte, n int) []byte { func
657 // If we got ErrShortDst or ErrShortSrc, do not grow as long as we can
661 dst = grow(dst, pDst)
665 src = grow(src, 0)
701 // Grow the destination buffer, but do not grow as long as we can make
704 dst = grow(dst, pDst)
  /external/v8/src/heap/
spaces.h     [all...]

Completed in 7439 milliseconds

1 2 3 45 6