HomeSort by relevance Sort by last modified time
    Searched defs:Top (Results 1 - 25 of 25) sorted by null

  /external/lldb/source/Core/
InputReaderStack.cpp 56 InputReaderStack::Top ()
62 input_reader_sp = m_input_readers.top();
  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.cc 111 Tile* EvictionTilePriorityQueue::Top() {
113 return paired_queues_.front()->Top(tree_priority_);
150 Tile* EvictionTilePriorityQueue::PairedPictureLayerQueue::Top(
raster_tile_priority_queue.cc 124 Tile* RasterTilePriorityQueue::Top() {
126 return paired_queues_.front()->Top(tree_priority_);
164 Tile* RasterTilePriorityQueue::PairedPictureLayerQueue::Top(
209 // If no empty, use Top to do DCHECK the next iterator.
210 DCHECK(IsEmpty() || Top(tree_priority));
  /external/chromium_org/net/websockets/
websocket_inflater.cc 153 std::pair<char*, size_t> top = input_queue_.Top(); local
155 result = InflateWithFlush(top.first, top.second);
156 input_queue_.Consume(top.second - stream_->avail_in);
227 std::pair<char*, size_t> WebSocketInflater::InputQueue::Top() {
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 46 // 'nodes_'. Each node represents the top of some stack and is
48 // the stack with the top 'popped' and its children are stored in
81 // label is a close parenthesis that matches the top of the stack,
111 // Returns the stack ID obtained by "popping" the label at the top
117 // Returns the paren ID at the top of the stack for 'stack_id'
118 ssize_t Top(StackId stack_id) const {
  /external/openfst/src/include/fst/
heap.h 48 // \param whether heap top should be max or min element w.r.t. Compare
96 T top = A_[0]; local
101 return top;
106 T Top() const {
replace.h 704 const PrefixTuple& top = stack.Top(); local
706 StateTuple(prefix_id, top.fst_id, top.nextstate));
818 const PrefixTuple& Top() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
402 Top: "top",
  /external/chromium_org/v8/src/
effects.h 243 Effects<Var, kNoVar> Top() { return node_->effects; }
hydrogen.h 637 HValue* Top() const { return ExpressionStackAt(0); }
654 // environment is the outer environment but the top expression stack
    [all...]
  /external/chromium_org/v8/src/heap/
store-buffer.h 81 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
82 void SetTop(Object*** top) {
83 DCHECK(top >= Start());
84 DCHECK(top <= Limit());
85 old_top_ = reinterpret_cast<Address*>(top);
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 76 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 93 /// top-level schedule() driver.
194 // State of the top and bottom scheduled instruction boundaries.
195 VLIWSchedBoundary Top;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 232 Node* Top() {
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 186 CFStack::StackItem Top = BranchStack.back();
187 if (Top == CFStack::ENTRY)
190 CurrentSubEntries-= getSubEntrySize(Top);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 783 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root);
784 if (!Top) {
800 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E;
856 if (!checkMissingKeys(Top, Keys))
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 506 /// Initialize top level manager. Create first pass manager.
673 // top level manager. Set up analysis resolver to connect them.
741 // Print passes managed by this top level manager.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 155 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
191 /// schedule the node at the top of the unscheduled region. Otherwise it will
203 /// top-down scheduling.
235 /// The top of the unscheduled zone.
288 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
315 // Top-Level entry points for the schedule() driver...
359 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
373 /// The top of the unscheduled zone.
397 /// Get current register pressure for the top scheduled instructions.
441 // Top-Level entry points for the schedule() driver..
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 2785 milliseconds