Searched refs:blocks (Results 101 - 125 of 415) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_extension_c_test.c98 int blocks; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DStdCatchBuilder.java81 BasicBlockList blocks = method.getBlocks();
82 int size = blocks.size();
85 BasicBlock block = blocks.get(i);
98 BasicBlockList blocks = method.getBlocks();
99 int size = blocks.size();
102 BasicBlock block = blocks.get(i);
125 BasicBlockList blocks = method.getBlocks();
133 BasicBlock block = blocks.labelToBlock(order[i]);
138 * placement of blocks that can't throw with respect
139 * to the blocks tha
[all...]
/external/freetype/src/gzip/
H A Dinflate.c20 BLOCKS, /* decompressing blocks */
49 *blocks; /* current inflate_blocks state */ member in struct:internal_state
62 inflate_blocks_reset(z->state->blocks, z, Z_NULL);
73 if (z->state->blocks != Z_NULL)
74 inflate_blocks_free(z->state->blocks, z);
105 z->state->blocks = Z_NULL;
124 if ((z->state->blocks =
218 r = inflate_blocks(z->state->blocks, z, r);
230 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypedBlock.java34 * Divides the method body into basic blocks.
44 TypedBlock[] blocks = (TypedBlock[])new Maker().make(minfo);
45 if (optimize && blocks.length < 2)
46 if (blocks.length == 0 || blocks[0].incoming == 0)
51 blocks[0].initFirstBlock(ca.getMaxStack(), ca.getMaxLocals(),
54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(),
55 blocks[0].localsTypes);
56 return blocks;
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp9 in use at exit: 0 bytes in 0 blocks
H A Dmcmain_pic.stderr.exp7 in use at exit: 16 bytes in 1 blocks
/external/valgrind/main/memcheck/tests/
H A Daccounting.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Dbrk2.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dbug287260.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Derringfds.stderr.exp5 in use at exit: ... bytes in ... blocks
H A Dleak-pool-0.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-1.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-2.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-3.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-4.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dleak-pool-5.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dmallinfo.stderr.exp5 in use at exit: ... bytes in ... blocks
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dcapget.stderr.exp8 in use at exit: ... bytes in ... blocks
H A Dlsframe1.stderr.exp6 in use at exit: ... bytes in ... blocks
H A Dlsframe2.stderr.exp6 in use at exit: ... bytes in ... blocks
H A Dsigqueue.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Dsys-openat.stderr.exp5 in use at exit: 0 bytes in 0 blocks
H A Dsyscalls-2007.stderr.exp4 in use at exit: ... bytes in ... blocks
H A Dsyslog-syscall.stderr.exp5 in use at exit: ... bytes in ... blocks

Completed in 237 milliseconds

1234567891011>>