HomeSort by relevance Sort by last modified time
    Searched defs:Stack (Results 51 - 75 of 248) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 30 // max depth of stack to record in bucket
36 // A bucket holds per-call-stack profiling information.
39 // memory by the stack words and then the actual record
42 // Per-call-stack profiling information.
43 // Lookup by hashing call stack into a linked-list hash table.
161 // newBucket allocates a bucket with the given type and number of stack entries.
180 // stk returns the slice in b holding the stack.
213 // Hash stack.
463 // A StackRecord describes a single execution stack.
465 Stack0 [32]uintptr // stack trace for this record; ends at first 0 entr
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 91 // A Profile is a collection of stack traces showing the call sequences
101 // goroutine - stack traces of all current goroutines
103 // threadcreate - stack traces that led to the creation of new OS threads
104 // block - stack traces that led to blocking on synchronization primitives
105 // mutex - stack traces of holders of contended mutexes
242 // Add adds the current execution stack to the profile, associated with value.
245 // call to Remove. Add panics if the profile already contains a stack for value.
248 // and controls where the stack trace begins. Passing skip=0 begins the
250 // execution stack:
257 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 30 // max depth of stack to record in bucket
36 // A bucket holds per-call-stack profiling information.
39 // memory by the stack words and then the actual record
42 // Per-call-stack profiling information.
43 // Lookup by hashing call stack into a linked-list hash table.
161 // newBucket allocates a bucket with the given type and number of stack entries.
180 // stk returns the slice in b holding the stack.
213 // Hash stack.
463 // A StackRecord describes a single execution stack.
465 Stack0 [32]uintptr // stack trace for this record; ends at first 0 entr
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 91 // A Profile is a collection of stack traces showing the call sequences
101 // goroutine - stack traces of all current goroutines
103 // threadcreate - stack traces that led to the creation of new OS threads
104 // block - stack traces that led to blocking on synchronization primitives
105 // mutex - stack traces of holders of contended mutexes
242 // Add adds the current execution stack to the profile, associated with value.
245 // call to Remove. Add panics if the profile already contains a stack for value.
248 // and controls where the stack trace begins. Passing skip=0 begins the
250 // execution stack:
257 // Passing skip=0 begins the stack trace at the call to Add inside rpc.NewClient
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 389 UINT8 Stack[128];
406 TopOfStack = (UINTN) Stack + sizeof (Stack);
689 DEBUG (( EFI_D_INFO, "SMM S3 Return Stack Pointer = %x\n", SmmS3ResumeState->ReturnStackPointer));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
47 * "def" is pushed on the stack with depth 1.
52 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
55 * So prefix/uri pairs are pushed and poped off the stack as elements are
57 * are on the stack and a prefix can be found given a uri, or a uri can be found
73 * Each entry (prefix) in this hashtable points to a Stack of URIs
74 * This table maps a prefix (String) to a Stack of NamespaceNodes.
75 * All Namespace nodes in that retrieved stack have the same prefix,
76 * though possibly different URI's or depths. Such a stack must hav
119 Stack stack; local
141 final Stack stack = getPrefixStack(prefix); local
152 final Stack stack = (Stack) m_namespaces.get(prefix); local
210 Stack stack; local
233 Stack stack; local
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 155 /// \brief Prints an include stack when appropriate for a particular
161 /// of customizing the formatting and display of the include stack.
165 /// \param Level The diagnostic level of the message this stack pertains to.
190 /// \brief Helper to recursivly walk up the include stack and print each layer
204 // import stack rather than the
208 // This location was imported by a module. Emit the module import stack.
220 /// \brief Emit the module import stack associated with the current location.
233 /// \brief Helper to recursivly walk up the import stack and print each layer
253 /// \brief Emit the module build stack, for cases where a module is (re-)built
256 ModuleBuildStack Stack = SM.getModuleBuildStack()
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 23 SymbolizedStack *Stack;
26 if (Stack)
27 Stack->ClearAll();
31 explicit SymbolizedStackHolder(SymbolizedStack *Stack = nullptr)
32 : Stack(Stack) {}
35 if (Stack != S)
37 Stack = S;
39 const SymbolizedStack *get() const { return Stack; }
73 Location(const SymbolizedStackHolder &Stack)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 142 UseListOrderStack &Stack) {
203 Stack.emplace_back(V, F, List.size());
204 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
206 Stack.back().Shuffle[I] = List[I].second;
210 OrderMap &OM, UseListOrderStack &Stack) {
220 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack);
227 predictValueUseListOrder(Op, F, OM, Stack);
235 // function in a stack.
238 UseListOrderStack Stack;
248 predictValueUseListOrder(&BB, &F, OM, Stack);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 68 StackVector Stack;
174 /// \brief Is BB the last block saved on the stack ?
176 return !Stack.empty() && Stack.back().first == BB;
179 /// \brief Pop the last saved value from the control flow stack
181 return Stack.pop_back_val().second;
184 /// \brief Push a BB and saved value to the control flow stack
186 Stack.push_back(std::make_pair(BB, Saved));
353 assert(Stack.back().first == BB);
415 assert(Stack.empty())
    [all...]

Completed in 414 milliseconds

1 23 4 5 6 7 8 910