/external/valgrind/main/exp-dhat/ |
dh_main.c | 451 void* new_block ( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB, function 477 Block* bk = VG_(malloc)("dh.new_block.1", sizeof(Block)); 487 bk->histoW = VG_(malloc)("dh.new_block.2", req_szB * sizeof(UShort)); 622 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False ); 627 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False ); 632 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False ); 637 return new_block( tid, NULL, m*szB, VG_(clo_alignment), /*is_zeroed*/True ); 642 return new_block( tid, NULL, szB, alignB, False ); [all...] |
/external/ceres-solver/internal/ceres/ |
problem_impl.cc | 80 double* new_block, 83 new_block, new_block_size)) 87 << "block that has memory address " << new_block << " and would have " [all...] |
/external/e2fsprogs/e2fsck/ |
pass1.c | 2832 blk64_t new_block; local [all...] |
/art/compiler/optimizing/ |
nodes.h | 313 void ReplaceSuccessor(HBasicBlock* existing, HBasicBlock* new_block) { 317 new_block->predecessors_.Add(this); 318 successors_.Put(successor_index, new_block); [all...] |
/external/llvm/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | [all...] |
/art/compiler/dex/ |
mir_graph.cc | 634 BasicBlock* new_block = NewMemBB(kDalvikByteCode, num_blocks_++); local 635 block_list_.Insert(new_block); 636 new_block->start_offset = insn->offset; 637 cur_block->fall_through = new_block->id; 638 new_block->predecessors->Insert(cur_block->id); 644 new_block->AppendMIR(new_insn); 645 return new_block; [all...] |
/external/libsepol/src/ |
link.c | 1767 avrule_block_t *new_block = avrule_block_create(); local [all...] |
/external/valgrind/main/memcheck/ |
mc_include.h | 101 void* MC_(new_block) ( ThreadId tid,
|
mc_main.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 473 static void *new_Block(size_t size); [all...] |