Home
last modified time | relevance | path

Searched refs:label_return (Results 1 – 13 of 13) sorted by relevance

/external/jemalloc/src/
Dctl.c776 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 …]
Dckh.c272 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()
Dtcache.c461 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()
Dutil.c121 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()
Dbase.c116 goto label_return; in base_alloc()
136 label_return: in base_alloc()
Dprof.c1159 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 …]
Dchunk.c563 goto label_return; in chunk_record()
602 label_return: in chunk_record()
Djemalloc.c555 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;
Darena.c1836 goto label_return; in arena_purge_to_limit()
1846 label_return: in arena_purge_to_limit()
/external/jemalloc/test/unit/
Dph.c69 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/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp519 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/
DLegacyPassManagerTest.cpp525 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/smali/smali/src/main/java/org/jf/smali/
DsmaliParser.java7126 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()