/external/jemalloc/src/ |
D | ctl.c | 776 goto label_return; in ctl_init() 800 goto label_return; in ctl_init() 812 label_return: in ctl_init() 832 goto label_return; in ctl_lookup() 857 goto label_return; in ctl_lookup() 867 goto label_return; in ctl_lookup() 874 goto label_return; in ctl_lookup() 890 goto label_return; in ctl_lookup() 901 goto label_return; in ctl_lookup() 910 label_return: in ctl_lookup() [all …]
|
D | ckh.c | 272 goto label_return; in ckh_grow() 278 goto label_return; in ckh_grow() 298 label_return: in ckh_grow() 393 goto label_return; in ckh_new() 399 goto label_return; in ckh_new() 403 label_return: in ckh_new() 474 goto label_return; in ckh_insert() 479 label_return: in ckh_insert()
|
D | tcache.c | 461 goto label_return; in tcaches_create_prep() 467 goto label_return; in tcaches_create_prep() 471 label_return: in tcaches_create_prep() 485 goto label_return; in tcaches_create() 491 goto label_return; in tcaches_create() 496 goto label_return; in tcaches_create() 514 label_return: in tcaches_create()
|
D | util.c | 121 goto label_return; in malloc_strtoumax() 180 goto label_return; in malloc_strtoumax() 198 goto label_return; in malloc_strtoumax() 209 goto label_return; in malloc_strtoumax() 212 label_return: in malloc_strtoumax()
|
D | prof.c | 1159 goto label_return; in prof_tctx_finish_iter() 1165 label_return: in prof_tctx_finish_iter() 1361 goto label_return; in prof_dump_gctx() 1366 goto label_return; in prof_dump_gctx() 1372 goto label_return; in prof_dump_gctx() 1382 goto label_return; in prof_dump_gctx() 1390 goto label_return; in prof_dump_gctx() 1394 label_return: in prof_dump_gctx() 1453 goto label_return; in prof_dump_maps() 1463 goto label_return; in prof_dump_maps() [all …]
|
D | base.c | 116 goto label_return; in base_alloc() 136 label_return: in base_alloc()
|
D | chunk.c | 563 goto label_return; in chunk_record() 602 label_return: in chunk_record()
|
D | jemalloc.c | 555 goto label_return; in arena_tdata_get_hard() 587 label_return: in arena_tdata_get_hard() 1733 goto label_return; 1752 label_return: 1771 goto label_return;
|
D | arena.c | 1836 goto label_return; in arena_purge_to_limit() 1846 label_return: in arena_purge_to_limit()
|
/external/jemalloc_new/src/ |
D | ctl.c | 1017 goto label_return; in ctl_init() 1026 goto label_return; in ctl_init() 1038 goto label_return; in ctl_init() 1045 goto label_return; in ctl_init() 1058 goto label_return; in ctl_init() 1069 label_return: in ctl_init() 1088 goto label_return; in ctl_lookup() 1114 goto label_return; in ctl_lookup() 1124 goto label_return; in ctl_lookup() 1131 goto label_return; in ctl_lookup() [all …]
|
D | ckh.c | 280 goto label_return; in ckh_grow() 286 goto label_return; in ckh_grow() 306 label_return: in ckh_grow() 401 goto label_return; in ckh_new() 407 goto label_return; in ckh_new() 411 label_return: in ckh_new() 479 goto label_return; in ckh_insert() 484 label_return: in ckh_insert()
|
D | malloc_io.c | 125 goto label_return; in malloc_strtoumax() 188 goto label_return; in malloc_strtoumax() 207 goto label_return; in malloc_strtoumax() 219 goto label_return; in malloc_strtoumax() 222 label_return: in malloc_strtoumax()
|
D | tcache.c | 583 goto label_return; in tcaches_create_prep() 589 goto label_return; in tcaches_create_prep() 593 label_return: in tcaches_create_prep() 606 goto label_return; in tcaches_create() 612 goto label_return; in tcaches_create() 631 label_return: in tcaches_create()
|
D | prof.c | 1168 goto label_return; in prof_tctx_finish_iter() 1174 label_return: in prof_tctx_finish_iter() 1364 goto label_return; in prof_dump_gctx() 1369 goto label_return; in prof_dump_gctx() 1375 goto label_return; in prof_dump_gctx() 1385 goto label_return; in prof_dump_gctx() 1393 goto label_return; in prof_dump_gctx() 1397 label_return: in prof_dump_gctx() 1461 goto label_return; in prof_dump_maps() 1471 goto label_return; in prof_dump_maps() [all …]
|
D | base.c | 443 goto label_return; in base_alloc_impl() 450 label_return: in base_alloc_impl()
|
D | extent.c | 564 goto label_return; in extents_evict() 571 goto label_return; in extents_evict() 606 label_return: in extents_evict()
|
D | jemalloc.c | 444 goto label_return; in arena_tdata_get_hard() 476 label_return: in arena_tdata_get_hard()
|
/external/jemalloc/test/unit/ |
D | ph.c | 69 goto label_return; in heap_print() 81 label_return: in heap_print() 120 goto label_return; in heap_validate() 132 label_return: in heap_validate()
|
/external/jemalloc_new/test/unit/ |
D | ph.c | 70 goto label_return; in heap_print() 83 label_return: in heap_print() 121 goto label_return; in heap_validate() 134 label_return: in heap_validate()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 519 BasicBlock* label_return = BasicBlock::Create(getGlobalContext(), "return",func_test4,0); in makeLLVMModule() local 528 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule() 531 ReturnInst::Create(getGlobalContext(), label_return); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 525 BasicBlock *label_return = in makeLLVMModule() local 535 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule() 538 ReturnInst::Create(Context, label_return); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 586 BasicBlock *label_return = in makeLLVMModule() local 596 BranchInst::Create(label_bb1, label_return, int1_f, label_bb1); in makeLLVMModule() 599 ReturnInst::Create(Context, label_return); in makeLLVMModule()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 1184 BasicBlock *label_return = resolve_label("DONE"); in visit_func_decl_stmt_node() local 1226 B.SetInsertPoint(label_return); in visit_func_decl_stmt_node()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliParser.java | 7126 public static class label_return extends ParserRuleReturnScope { class in smaliParser 7135 public final smaliParser.label_return label() throws RecognitionException { in label() 7136 smaliParser.label_return retval = new smaliParser.label_return(); in label()
|