OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackElement
(Results
1 - 7
of
7
) sorted by null
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DivSuffixSorter.java
534
StackElement
[] stack = new
StackElement
[STACK_SIZE];
561
StackElement
se = stack[--ssize];
591
StackElement
se = stack[--ssize];
637
stack[ssize++] = new
StackElement
(r, rm, last, (next & 3) | (check & 4));
646
stack[ssize++] = new
StackElement
(first, lm, l, (check & 3) | (next & 4));
673
StackElement
se = stack[--ssize];
928
StackElement
[] stack = new
StackElement
[STACK_SIZE];
942
StackElement
se = stack[--ssize]
[
all
...]
/external/llvm/include/llvm/ADT/
SCCIterator.h
50
struct
StackElement
{
55
StackElement
(NodeType *Node, const ChildItTy &Child, unsigned Min)
58
bool operator==(const
StackElement
&Other) const {
80
std::vector<
StackElement
> VisitStack;
146
VisitStack.push_back(
StackElement
(N, GT::child_begin(N), visitNum));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SCCIterator.h
52
struct
StackElement
{
57
StackElement
(NodeRef Node, const ChildItTy &Child, unsigned Min)
60
bool operator==(const
StackElement
&Other) const {
82
std::vector<
StackElement
> VisitStack;
148
VisitStack.push_back(
StackElement
(N, GT::child_begin(N), visitNum));
DepthFirstIterator.h
96
using
StackElement
= std::pair<NodeRef, Optional<ChildItTy>>;
99
std::vector<
StackElement
> VisitStack;
104
VisitStack.push_back(
StackElement
(Node, None));
112
VisitStack.push_back(
StackElement
(Node, None));
136
VisitStack.push_back(
StackElement
(Next, None));
/art/runtime/gc/
allocation_record.cc
68
const AllocRecordStackTraceElement& element = record.
StackElement
(i);
allocation_record.h
189
const AllocRecordStackTraceElement&
StackElement
(size_t index) const {
/art/runtime/
debugger.cc
[
all
...]
Completed in 247 milliseconds