HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 301 - 325 of 875) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug096.go 19 Trace/BPT trap
  /prebuilts/go/linux-x86/test/fixedbugs/
bug096.go 19 Trace/BPT trap
  /external/v8/src/regexp/
jsregexp.h 208 friend class Trace;
310 class Trace;
442 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
455 Trace* bounds_check_trace,
456 Trace* trace,
517 // start of the trace) then it cannot be reused. This variable sets a limit
519 // trace and generating generic code for a node that can be reused by flushing
520 // the deferred actions in the current trace and generating a goto
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 34 import android.os.Trace;
689 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES,
718 Trace.traceEnd(Trace.TRACE_TAG_RESOURCES);
    [all...]
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 17 #include <frameworks/native/cmds/surfacereplayer/proto/src/trace.pb.h>
74 static status_t readProtoFile(Trace* trace) {
80 if (fd && !trace->ParseFromZeroCopyStream(&f)) {
100 Trace capturedTrace;
117 Trace capturedTrace;
176 bool (SurfaceInterceptorTest::* verification)(Trace *));
199 bool surfaceUpdateFound(Trace* trace, SurfaceChange::SurfaceChangeCase changeCase);
200 void assertAllUpdatesFound(Trace* trace)
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 74 import static android.os.Trace.TRACE_TAG_NETWORK;
184 import android.os.Trace;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 51 import android.os.Trace;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1)
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 10 // The machine combiner pass uses machine trace metrics to ensure the combined
67 MachineTraceMetrics::Trace BlockTrace);
69 MachineTraceMetrics::Trace BlockTrace);
72 MachineTraceMetrics::Trace BlockTrace,
77 MachineTraceMetrics::Trace BlockTrace,
121 /// \param BlockTrace is a trace of machine instructions
127 MachineTraceMetrics::Trace BlockTrace) {
133 // operands. Use the trace information when possible. For new operands which
149 // Operand is new virtual register not in trace
179 /// case there is a dependent instruction in the same trace (\p BlockTrace
    [all...]
  /external/python/cpython2/Lib/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]

Completed in 1210 milliseconds

<<11121314151617181920>>