HomeSort by relevance Sort by last modified time
    Searched refs:arena (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /art/compiler/dex/
mir_graph.cc 74 MIRGraph::MIRGraph(CompilationUnit* cu, ArenaAllocator* arena)
76 compiler_temps_(arena, 6, kGrowableArrayMisc),
84 use_counts_(arena, 256, kGrowableArrayMisc),
85 raw_use_counts_(arena, 256, kGrowableArrayMisc),
95 block_list_(arena, 100, kGrowableArrayBlockList),
111 arena_(arena) {
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 69 // Each arena has a sorted array of superblocks, which expands
79 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
81 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
89 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
91 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
173 // of the same arena can be reclaimed or till a new superblock is needed
174 // in any arena.
190 // An arena. 'freelist' is a circular, doubly-linked list. 'rz_szB' is
210 // superblocks in the arena. If this array is expanded, which
237 Arena;
770 Arena* arena = arenaId_to_ArenaP(aid); local
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 132 ArenaAllocator* const arena);
134 ArenaAllocator* const arena);
136 ArenaAllocator* const arena);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 932 static usptr_t *arena; variable
947 arena=usinit(filename);
953 lock_cs[i]=usnewsema(arena,1);
971 usfreesema(lock_cs[i],arena);
  /external/openssl/crypto/threads/
mttest.c 932 static usptr_t *arena; variable
947 arena=usinit(filename);
953 lock_cs[i]=usnewsema(arena,1);
971 usfreesema(lock_cs[i],arena);
  /external/chromium_org/third_party/re2/
Makefile 54 util/arena.h\
86 obj/util/arena.o\
re2.target.darwin-arm.mk 45 third_party/re2/util/arena.cc \
re2.target.darwin-mips.mk 45 third_party/re2/util/arena.cc \
re2.target.darwin-x86.mk 45 third_party/re2/util/arena.cc \
re2.target.linux-arm.mk 45 third_party/re2/util/arena.cc \
re2.target.linux-mips.mk 45 third_party/re2/util/arena.cc \
re2.target.linux-x86.mk 45 third_party/re2/util/arena.cc \
  /external/regex-re2/
Makefile 54 util/arena.h\
86 obj/util/arena.o\
  /art/compiler/dex/quick/mips/
codegen_mips.h 27 MipsMir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 142 "mallinfo: arena=%d mmap=%d fordblks=%d keepcost=%d\n",
143 mi.arena >> 20, mi.hblkhd >> 20, mi.fordblks >> 20, mi.keepcost >> 20);
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h     [all...]
ssl3con.c 6338 PLArenaPool * arena = NULL; local
6668 PLArenaPool * arena = NULL; local
9486 PLArenaPool * arena = ss->ssl3.peerCertArena; local
9500 PLArenaPool *arena; local
    [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 26 ArmMir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena);
  /art/compiler/dex/quick/x86/
codegen_x86.h 27 X86Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena);
  /external/chromium/webkit/glue/
webkitclient_impl.cc 535 (minfo.hblkhd + minfo.arena)
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_irix.h 217 usptr_t *arena; member in struct:_MDLock
221 * disable pre-emption for the LOCAL threads when calling the arena lock
  /external/chromium_org/third_party/leveldatabase/
leveldatabase.target.darwin-arm.mk 51 third_party/leveldatabase/src/util/arena.cc \
leveldatabase.target.darwin-mips.mk 51 third_party/leveldatabase/src/util/arena.cc \
leveldatabase.target.darwin-x86.mk 51 third_party/leveldatabase/src/util/arena.cc \
leveldatabase.target.linux-arm.mk 51 third_party/leveldatabase/src/util/arena.cc \

Completed in 786 milliseconds

1 2 3 4 56 7