HomeSort by relevance Sort by last modified time
    Searched refs:grow (Results 251 - 275 of 377) sorted by null

<<111213141516

  /prebuilts/go/linux-x86/src/runtime/
mheap.go 59 // it can grow without moving. The memory up to len(spans) is
678 if !h.grow(npage) {
763 func (h *mheap) grow(npage uintptr) bool { func
    [all...]
extern.go 51 onto smaller stacks. In this mode, a goroutine's stack can only grow.
stubs.go 208 // that might relocate the stack in order to grow or shrink it.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 3377 grow(); method
3469 private void grow() method in class:ToStream.BoolStack
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 3289 grow(); method
3478 private void grow() { method in class:ObjectInputStream.HandleTable
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 440 buf.Grow(growLen)
510 // (*Buffer).grow allows for 2x capacity slop before sliding,
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 51 onto smaller stacks. In this mode, a goroutine's stack can only grow.
stubs.go 208 // that might relocate the stack in order to grow or shrink it.
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 57 // functions that do not grow the stack.
exec_plan9.go 120 // functions that do not grow the stack.
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 440 buf.Grow(growLen)
510 // (*Buffer).grow allows for 2x capacity slop before sliding,
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 57 // functions that do not grow the stack.
exec_plan9.go 120 // functions that do not grow the stack.
  /external/flatbuffers/js/
flatbuffers.js 550 // Ensure we don't grow beyond what fits in an int.
552 throw new Error('FlatBuffers: cannot grow buffer beyond 2 gigabytes.');
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 569 void grow() override {
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 88 VirtRegInfo.grow(RegIdx);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveInterval.cpp 257 // If LR is a complete superset of an interval, we may need to grow its
661 EqClass.grow(LI->getNumValNums());
LiveVariables.cpp 84 VirtRegInfo.grow(RegIdx);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 523 void grow() override {

Completed in 869 milliseconds

<<111213141516