Home
last modified time | relevance | path

Searched defs:node (Results 1301 - 1325 of 3203) sorted by relevance

1...<<51525354555657585960>>...129

/third_party/node/deps/icu-small/source/tools/genrb/
H A Drle.c303 int32_t node = 0; in rleStringToByteArray() local
/third_party/mesa3d/src/util/
H A Drb_tree.c80 rb_node_minimum(struct rb_node *node) in rb_node_minimum() argument
88 rb_node_maximum(struct rb_node *node) in rb_node_maximum() argument
155 rb_tree_insert_at(struct rb_tree *T, struct rb_node *parent, struct rb_node *node, bool insert_left) rb_tree_insert_at() argument
344 rb_node_next(struct rb_node *node) rb_node_next() argument
366 rb_node_prev(struct rb_node *node) rb_node_prev() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_helper_invocations.c212 unsigned node = bi_get_node(I->src[s]); in bi_helper_block_update() local
/third_party/icu/icu4c/source/tools/genrb/
H A Drle.c303 int32_t node = 0; in rleStringToByteArray() local
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c47 static void print_mem_stats(pid_t pid, int node) in print_mem_stats() argument
69 static int migrate_to_node(pid_t pid, int node) in migrate_to_node() argument
107 int node; addr_on_node() local
121 int node; check_addr_on_node() local
[all...]
H A Dmigrate_pages01.c215 int node, ret; in setup() local
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages_support.c150 int alloc_pages_on_node(void **pages, unsigned int num, int node) in alloc_pages_on_node() argument
249 verify_pages_on_node(void **pages, int *status, unsigned int num, int node) verify_pages_on_node() argument
270 alloc_shared_pages_on_node(void **pages, unsigned int num, int node) alloc_shared_pages_on_node() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
H A Dget_mempolicy01.c37 static struct tst_nodemap *node; variable
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.h87 Node* node; global() member
[all...]
H A Dsimplified-operator-reducer.cc49 Reduction SimplifiedOperatorReducer::Reduce(Node* node) { in Reduce() argument
275 Change(Node* node, const Operator* op, Node* a) Change() argument
[all...]
H A Dsimplified-lowering-verifier.cc25 void SimplifiedLoweringVerifier::CheckType(Node* node, const Type& type) { in CheckType() argument
42 void SimplifiedLoweringVerifier::CheckAndSet(Node* node, const Type& type, in CheckAndSet() argument
99 VisitNode(Node* node, OperationTyper& op_typer) VisitNode() argument
[all...]
H A Dsimplified-lowering.h62 ChangeOp(Node* node, const Operator* new_op) ChangeOp() argument
[all...]
H A Djs-call-reducer.h71 void RevisitForGraphAssembler(Node* node) { Revisit(node); } in RevisitForGraphAssembler() argument
[all...]
H A Djs-context-specialization.cc20 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce() argument
36 Reduction JSContextSpecialization::ReduceParameter(Node* node) { in ReduceParameter() argument
50 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSLoadContext() argument
69 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSStoreContext() argument
90 IsContextParameter(Node* node) IsContextParameter() argument
101 GetSpecializationContext( JSHeapBroker* broker, Node* node, size_t* distance, Maybe<OuterContext> maybe_outer) GetSpecializationContext() argument
136 ReduceJSLoadContext(Node* node) ReduceJSLoadContext() argument
198 ReduceJSStoreContext(Node* node) ReduceJSStoreContext() argument
227 GetModuleContext(JSHeapBroker* broker, Node* node, Maybe<OuterContext> maybe_context) GetModuleContext() argument
272 ReduceJSGetImportMeta(Node* node) ReduceJSGetImportMeta() argument
[all...]
H A Dnode-observer.h70 virtual Observation OnNodeCreated(const Node* node) { in OnNodeCreated() argument
74 virtual Observation OnNodeChanged(const char* reducer_name, const Node* node, in OnNodeChanged() argument
[all...]
H A Dstate-values-utils.h37 Node* node; member
86 Node* node; member
122 StateValuesAccess(Node* node) StateValuesAccess() argument
[all...]
H A Dcontrol-equivalence.cc29 void ControlEquivalence::VisitPre(Node* node) { in VisitPre() argument
34 void ControlEquivalence::VisitMid(Node* node, DFSDirection direction) { in VisitMid() argument
61 VisitPost(Node* node, Node* parent_node, DFSDirection direction) VisitPost() argument
95 Node* node = entry.node; RunUndirectedDFS() local
165 DetermineParticipationEnqueue(ZoneQueue<Node*>& queue, Node* node) DetermineParticipationEnqueue() argument
178 Node* node = queue.front(); DetermineParticipation() local
188 DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir) DFSPush() argument
199 DFSPop(DFSStack& stack, Node* node) DFSPop() argument
[all...]
H A Ddecompression-optimizer.cc16 bool IsMachineLoad(Node* const node) { in IsMachineLoad() argument
23 bool IsTaggedMachineLoad(Node* const node) { in IsTaggedMachineLoad() argument
28 bool IsHeapConstant(Node* const node) { in IsHeapConstant() argument
32 bool IsTaggedPhi(Node* const node) { in IsTaggedPhi() argument
39 CanBeCompressed(Node* const node) CanBeCompressed() argument
58 Node* const node = to_visit_.front(); MarkNodes() local
64 MarkNodeInputs(Node* node) MarkNodeInputs() argument
155 MaybeMarkAndQueueForRevisit(Node* const node, State state) MaybeMarkAndQueueForRevisit() argument
172 ChangeHeapConstant(Node* const node) ChangeHeapConstant() argument
178 ChangePhi(Node* const node) ChangePhi() argument
193 ChangeLoad(Node* const node) ChangeLoad() argument
[all...]
H A Descape-analysis-reducer.h66 Insert(Node* node) Insert() argument
[all...]
H A Dnode-properties.h32 static int FirstValueIndex(const Node* node) { return 0; } in FirstValueIndex() argument
33 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex() argument
34 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex() argument
35 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); } in FirstEffectIndex() argument
36 FirstControlIndex(Node* node) FirstControlIndex() argument
38 PastValueIndex(Node* node) PastValueIndex() argument
42 PastContextIndex(Node* node) PastContextIndex() argument
47 PastFrameStateIndex(Node* node) PastFrameStateIndex() argument
52 PastEffectIndex(Node* node) PastEffectIndex() argument
56 PastControlIndex(Node* node) PastControlIndex() argument
63 GetValueInput(Node* node, int index) GetValueInput() argument
69 GetValueInput(const Node* node, int index) GetValueInput() argument
75 GetContextInput(Node* node) GetContextInput() argument
80 GetFrameStateInput(Node* node) GetFrameStateInput() argument
85 GetEffectInput(Node* node, int index = 0) GetEffectInput() argument
91 GetControlInput(Node* node, int index = 0) GetControlInput() argument
109 IsCommon(Node* node) IsCommon() argument
112 IsControl(Node* node) IsControl() argument
115 IsConstant(Node* node) IsConstant() argument
118 IsPhi(Node* node) IsPhi() argument
133 IsValueIdentity(Node* node, Node** out_value) IsValueIdentity() argument
258 IsTyped(const Node* node) IsTyped() argument
259 GetType(const Node* node) GetType() argument
264 SetType(Node* node, Type type) SetType() argument
268 RemoveType(Node* node) RemoveType() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc15 AddNode( ScheduleGraphNode* node) AddNode() argument
69 AddSuccessor( ScheduleGraphNode* node) AddSuccessor() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.h80 explicit ResetWaitingOnScopeExit(FutexWaitListNode* node) : node_(node) {} in ResetWaitingOnScopeExit() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc54 void Process(NodeBase* node, const ProcessingState& state) { in Process() argument
69 void Process(NodeT* node, const ProcessingState& state) { in Process() argument
81 Process(Phi* node, const ProcessingState& state) Process() argument
89 Process(JumpLoop* node, const ProcessingState& state) Process() argument
99 Process(Jump* node, const ProcessingState& state) Process() argument
111 MarkCheckpointNodes(NodeBase* node, const EagerDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument
124 MarkCheckpointNodes(NodeBase* node, const LazyDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument
[all...]
H A Dmaglev-graph-processor.h100 Node* node = *node_it_; in ProcessGraph() local
118 void ProcessNodeBase(NodeBase* node, const ProcessingState& state) { in ProcessNodeBase() argument
130 void PreProcess(NodeBase* node, const ProcessingState& state) {} in PreProcess() argument
155 void Process(NodeBase* node, cons in PreProcessBasicBlock() argument
165 Process(Node* node, const ProcessingState& state) Process() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode() argument
51 void DotPrinterImpl::Visit(RegExpNode* node) { in Visit() argument
139 RegExpCharacterClass* node = elm.char_class(); VisitText() local
244 DotPrint(const char* label, RegExpNode* node) DotPrint() argument
[all...]

Completed in 11 milliseconds

1...<<51525354555657585960>>...129