| /system/core/libmemunreachable/ |
| LeakFolding.cpp | 26 // strongly-connected components into a object, stored in the scc pointer 39 node->ptr->scc = leak_scc.get(); 50 if (leak.scc != ref->ptr->scc) { 51 leak.scc->node.Edge(&ref->ptr->scc->node); 59 [&](SCCInfo* scc) { 60 if (scc->accumulator != dominator) { 61 scc->accumulator = dominator; 62 dominator->cuumulative_size += scc->size [all...] |
| LeakFolding.h | 71 SCCInfo* scc; member in struct:LeakFolding::LeakInfo 75 scc(nullptr) {}
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
| scc.s | 0 ; sCC 6 scc r1 7 shs r0 ; same as scc
|
| scc.d | 2 #name: sCC 8 [ ]+0:[ ]+3105[ ]+scc[ ]+\$?r1 9 [ ]+2:[ ]+3005[ ]+scc[ ]+\$?r0
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/ |
| scc_test.s | 10 scc r4
|
| scc_test.d | 13 6: 34 08 scc r4
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
| jscond_insn.s | 79 .global scc 80 scc: label 81 scc r4 label
|
| jscond_insn.d | 63 00000024 <scc>: 64 24: 34 bb scc r4
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
| sccnd.d | 9 0: fc db 02 scc\.l r0 10 3: fc db f2 scc\.l r15 11 6: fc db 02 scc\.l r0 12 9: fc db f2 scc\.l r15 45 6c: fc d0 02 scc\.b \[r0\] 46 6f: fc d0 f2 scc\.b \[r15\] 47 72: fc d1 02 fc scc\.b 252\[r0\] 48 76: fc d1 f2 fc scc\.b 252\[r15\] 49 7a: fc d2 02 fc ff scc\.b 65532\[r0\] 50 7f: fc d2 f2 fc ff scc\.b 65532\[r15\ [all...] |
| /frameworks/base/tools/aapt/tests/ |
| CrunchCache_test.cpp | 94 CrunchCache scc(source2,dest2,sff); 96 scc.crunch(scu);
|
| /art/runtime/gc/space/ |
| space.cc | 96 SweepCallbackContext scc(swap_bitmaps, this); 103 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc)); 104 return scc.freed;
|
| large_object_space.cc | 607 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this); 610 reinterpret_cast<uintptr_t>(End()), SweepCallback, &scc); 611 return scc.freed;
|
| /art/runtime/jit/ |
| jit_code_cache.cc | 269 ScopedCodeCacheWrite scc(code_map_.get()); 330 ScopedCodeCacheWrite scc(code_map_.get()); 512 ScopedCodeCacheWrite scc(code_map_.get()); 662 ScopedCodeCacheWrite scc(code_map_.get()); [all...] |
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/ |
| opcode.s | 43 scc
|
| opcode.d | 39 2e: 00bf [ ]*scc
|
| /art/compiler/optimizing/ |
| induction_var_analysis.cc | 23 * Since graph traversal may enter a SCC at any position, an initial representation may be rotated, 29 ArenaVector<HInstruction*>* scc, 35 const size_t size = scc->size(); 37 HInstruction* other = (*scc)[i]; 48 new_scc->push_back((*scc)[phi_pos]); 52 scc->swap(*new_scc); 159 // Lower or found SCC? 166 // Pop the stack to build the SCC for classification. 180 // Classify the SCC. [all...] |
| /external/opencv3/modules/videoio/src/ |
| cap_dshow.cpp | 2342 VIDEO_STREAM_CONFIG_CAPS scc; local [all...] |
| /external/c-ares/ |
| ares_init.c | 103 static char *try_config(char *s, const char *opt, char scc); [all...] |
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_platform_limits_posix.cc | 171 #include <linux/scc.h> [all...] |
| /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/ |
| bndlib-1.50.0.jar | |
| /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/ |
| bnd-1.50.0.jar | |