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

  /external/v8/src/compiler/
instruction-scheduler.cc 14 void InstructionScheduler::SchedulingQueueBase::AddNode(
211 ready_list.AddNode(node);
230 ready_list.AddNode(successor);
raw-machine-assembler.cc 33 AddNode(common()->Parameter(static_cast<int>(i)), graph->start());
102 Node* switch_node = AddNode(common()->Switch(succ_count), index);
109 schedule()->AddNode(case_block, case_node);
115 schedule()->AddNode(default_block, default_node);
167 void RawMachineAssembler::DebugBreak() { AddNode(machine()->DebugBreak()); }
177 AddNode(machine()->Comment(msg));
185 return AddNode(common()->Call(desc), input_count, inputs);
194 return AddNode(common()->Call(desc), input_count, inputs);
214 return AddNode(common()->Call(descriptor), function);
227 return AddNode(common()->Call(descriptor), function, arg0)
    [all...]
schedule.cc 53 void BasicBlock::AddNode(Node* node) { nodes_.push_back(node); }
184 void Schedule::AddNode(BasicBlock* block, Node* node) {
191 block->AddNode(node);
raw-machine-assembler.h 85 return AddNode(common()->Int32Constant(value));
88 return AddNode(machine()->StackSlot(rep));
91 return AddNode(common()->Int64Constant(value));
94 return AddNode(common()->NumberConstant(value));
97 return AddNode(common()->Float32Constant(value));
100 return AddNode(common()->Float64Constant(value));
103 return AddNode(common()->HeapConstant(object));
110 return AddNode(common()->ExternalConstant(address));
113 return AddNode(common()->RelocatableInt32Constant(value, rmode));
116 return AddNode(common()->RelocatableInt64Constant(value, rmode))
    [all...]
  /external/v8/src/
futex-emulation.cc 45 void FutexWaitList::AddNode(FutexWaitListNode* node) {
120 wait_list_.Pointer()->AddNode(node);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h 242 @fn AddNode
250 bool AddNode(const T& data)
  /art/compiler/optimizing/
scheduler.h 253 SchedulingNode* AddNode(HInstruction* instr, bool is_scheduling_barrier = false) {
  /external/clang/lib/AST/
ASTDiagnostic.cpp 712 /// AddNode - Adds a child node to the current node, then sets that node
714 void AddNode() {
    [all...]

Completed in 407 milliseconds