HomeSort by relevance Sort by last modified time
    Searched refs:scc (Results 1 - 25 of 32) sorted by null

1 2

  /system/core/libmemunreachable/
LeakFolding.cpp 28 // strongly-connected components into a object, stored in the scc pointer
41 node->ptr->scc = leak_scc.get();
52 if (leak.scc != ref->ptr->scc) {
53 leak.scc->node.Edge(&ref->ptr->scc->node);
60 std::function<void(SCCInfo*)> walk(std::allocator_arg, allocator_, [&](SCCInfo* scc) {
61 if (scc->accumulator != dominator) {
62 scc->accumulator = dominator;
63 dominator->cuumulative_size += scc->size
    [all...]
LeakFolding.h 81 SCCInfo* scc; member in struct:android::LeakFolding::LeakInfo
84 : node(this, allocator), range(range), scc(nullptr) {}
  /toolchain/binutils/binutils-2.27/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.27/gas/testsuite/gas/cr16/
scc_test.s 10 scc r4
scc_test.d 13 6: 34 08 scc r4
  /toolchain/binutils/binutils-2.27/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.27/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 99 SweepCallbackContext scc(swap_bitmaps, this);
106 reinterpret_cast<uintptr_t>(End()), GetSweepCallback(), reinterpret_cast<void*>(&scc));
107 return scc.freed;
large_object_space.cc 602 AllocSpace::SweepCallbackContext scc(swap_bitmaps, this);
608 &scc);
609 return scc.freed;
  /build/soong/java/
android_resources.go 32 "*.scc",
  /toolchain/binutils/binutils-2.27/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);
304 // Lower or found SCC?
311 // Pop the stack to build the SCC for classification.
325 // Classify the SCC.
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 598 ScopedCodeCacheWrite scc(this);
617 ScopedCodeCacheWrite scc(this);
756 ScopedCodeCacheWrite scc(this);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 190 // BOOT_GO_GCFLAGS=-d='ssa/~^.*scc$/off' GO_GCFLAGS='-d=ssa/~^.*scc$/off' ./make.bash
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 190 // BOOT_GO_GCFLAGS=-d='ssa/~^.*scc$/off' GO_GCFLAGS='-d=ssa/~^.*scc$/off' ./make.bash
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 171 #include <linux/scc.h>
    [all...]
  /external/llvm/test/MC/Lanai/
v11.s 437 scc %r21 label
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 1322 uint64_t scc; member in struct:e1000_hw_stats
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 1277 milliseconds

1 2