Home
last modified time | relevance | path

Searched defs:node (Results 776 - 800 of 1476) sorted by relevance

1...<<31323334353637383940>>...60

/third_party/node/deps/v8/include/cppgc/
H A Dpersistent.h35 void SetNode(PersistentNode* node) { node_ = node; } in SetNode() argument
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc32 FreeSpace node = top(); in PickNodeFromList() local
133 FreeSpace node; SearchForNodeInList() local
215 FreeSpace node; Allocate() local
310 FreeSpace node; Allocate() local
349 FreeSpace node; Allocate() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dcontrol-flow-builders.h40 BreakableControlFlowBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, AstNode* node) BreakableControlFlowBuilder() argument
100 LoopBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, AstNode* node) LoopBuilder() argument
267 ConditionalControlFlowBuilder(BytecodeArrayBuilder* builder, BlockCoverageBuilder* block_coverage_builder, AstNode* node) ConditionalControlFlowBuilder() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc80 AllocationTraceNode* node = root(); in AddPathFromEnd() local
[all...]
H A Dsampling-heap-profiler.cc86 AllocationNode* node = AddStack(); in SampleObject() local
98 AllocationNode* node = sample->owner; in OnWeakCallback() local
132 AllocationNode* node = &profile_root_; AddStack() local
210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) TranslateAllocationNode() argument
[all...]
H A Dsampling-heap-profiler.h66 AddChildNode(FunctionId id, std::unique_ptr<AllocationNode> node) AddChildNode() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc80 RegExpTree* node = nodes->at(i); in IsAnchoredAtStart() local
95 RegExpTree* node = nodes->at(i); in IsAnchoredAtEnd() local
337 RegExpTree* node = nodes->at(i); in RegExpAlternative() local
H A Dregexp.h32 RegExpNode* node = nullptr; member
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c52 static void register_node_ssa(gpir_block *block, gpir_node *node, nir_ssa_def *ssa) in register_node_ssa() argument
88 static void register_node_reg(gpir_block *block, gpir_node *node, nir_reg_dest *nir_reg) in register_node_reg() argument
107 register_node(gpir_block *block, gpir_node *node, nir_dest *dest) register_node() argument
193 gpir_alu_node *node = gpir_node_create(block, op); gpir_emit_alu() local
239 gpir_node *node = gpir_create_load(block, dest, gpir_op_load_uniform, gpir_create_vector_load() local
299 gpir_const_node *node = gpir_node_create(block, gpir_op_const); gpir_emit_load_const() local
[all...]
H A Dinstr.c62 static bool gpir_instr_check_acc_same_op(gpir_instr *instr, gpir_node *node, int slot) in gpir_instr_check_acc_same_op() argument
75 static int gpir_instr_get_consume_slot(gpir_instr *instr, gpir_node *node) in gpir_instr_get_consume_slot() argument
90 static bool gpir_instr_insert_alu_check(gpir_instr *instr, gpir_node *node) in gpir_instr_insert_alu_check() argument
159 gpir_instr_remove_alu(gpir_instr *instr, gpir_node *node) gpir_instr_remove_alu() argument
184 gpir_instr_insert_reg0_check(gpir_instr *instr, gpir_node *node) gpir_instr_insert_reg0_check() argument
208 gpir_instr_remove_reg0(gpir_instr *instr, gpir_node *node) gpir_instr_remove_reg0() argument
215 gpir_instr_insert_reg1_check(gpir_instr *instr, gpir_node *node) gpir_instr_insert_reg1_check() argument
234 gpir_instr_remove_reg1(gpir_instr *instr, gpir_node *node) gpir_instr_remove_reg1() argument
239 gpir_instr_insert_mem_check(gpir_instr *instr, gpir_node *node) gpir_instr_insert_mem_check() argument
263 gpir_instr_remove_mem(gpir_instr *instr, gpir_node *node) gpir_instr_remove_mem() argument
270 gpir_instr_insert_store_check(gpir_instr *instr, gpir_node *node) gpir_instr_insert_store_check() argument
370 gpir_instr_remove_store(gpir_instr *instr, gpir_node *node) gpir_instr_remove_store() argument
404 gpir_node *node = instr->slots[slot]; gpir_instr_spill_move() local
427 gpir_instr_slot_free(gpir_instr *instr, gpir_node *node) gpir_instr_slot_free() argument
453 gpir_instr_try_insert_node(gpir_instr *instr, gpir_node *node) gpir_instr_try_insert_node() argument
495 gpir_instr_remove_node(gpir_instr *instr, gpir_node *node) gpir_instr_remove_node() argument
565 gpir_node *node = instr->slots[j]; gpir_instr_print_prog() local
[all...]
H A Dlower.c124 gpir_lower_neg(gpir_block *block, gpir_node *node) gpir_lower_neg() argument
172 gpir_lower_complex(gpir_block *block, gpir_node *node) gpir_lower_complex() argument
312 gpir_lower_eq_ne(gpir_block *block, gpir_node *node) gpir_lower_eq_ne() argument
369 gpir_lower_abs(gpir_block *block, gpir_node *node) gpir_lower_abs() argument
388 gpir_lower_not(gpir_block *block, gpir_node *node) gpir_lower_not() argument
417 gpir_lower_branch_uncond(gpir_block *block, gpir_node *node) gpir_lower_branch_uncond() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c48 static void ppir_codegen_encode_varying(ppir_node *node, void *code) in ppir_codegen_encode_varying() argument
145 ppir_codegen_encode_texld(ppir_node *node, void *code) ppir_codegen_encode_texld() argument
175 ppir_codegen_encode_uniform(ppir_node *node, void *code) ppir_codegen_encode_uniform() argument
223 ppir_codegen_encode_vec_mul(ppir_node *node, void *code) ppir_codegen_encode_vec_mul() argument
296 ppir_codegen_encode_scl_mul(ppir_node *node, void *code) ppir_codegen_encode_scl_mul() argument
365 ppir_codegen_encode_vec_add(ppir_node *node, void *code) ppir_codegen_encode_vec_add() argument
454 ppir_codegen_encode_scl_add(ppir_node *node, void *code) ppir_codegen_encode_scl_add() argument
530 ppir_codegen_encode_combine(ppir_node *node, void *code) ppir_codegen_encode_combine() argument
590 ppir_codegen_encode_store_temp(ppir_node *node, void *code) ppir_codegen_encode_store_temp() argument
614 ppir_codegen_encode_discard(ppir_node *node, void *code) ppir_codegen_encode_discard() argument
624 ppir_codegen_encode_branch(ppir_node *node, void *code) ppir_codegen_encode_branch() argument
766 ppir_node *node = instr->slots[PPIR_INSTR_SLOT_ALU_VEC_ADD]; encode_instr() local
772 ppir_node *node = instr->slots[PPIR_INSTR_SLOT_ALU_SCL_ADD]; encode_instr() local
[all...]
H A Dnode.c363 ppir_node *node = rzalloc_size(block, size); in ppir_node_create() local
479 ppir_dep_for_pred(ppir_node *node, ppir_node *pred) ppir_dep_for_pred() argument
502 ppir_node_delete(ppir_node *node) ppir_node_delete() argument
551 ppir_node_print_node(ppir_node *node, int space) ppir_node_print_node() argument
607 ppir_node_insert_mov_local(ppir_node *node) ppir_node_insert_mov_local() argument
656 ppir_node_has_single_src_succ(ppir_node *node) ppir_node_has_single_src_succ() argument
[all...]
H A Dregalloc.c111 ppir_node *node = instr->slots[i]; in ppir_regalloc_print_result() local
145 create_new_instr_after(ppir_block *block, ppir_instr *ref, ppir_node *node) create_new_instr_after() argument
166 create_new_instr_before(ppir_block *block, ppir_instr *ref, ppir_node *node) create_new_instr_before() argument
187 ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, ppir_node *node, ppir_src *src, ppir_node **fill_node) ppir_update_spilled_src() argument
275 ppir_update_spilled_dest_load(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest_load() argument
337 ppir_update_spilled_dest(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest() argument
439 ppir_node *node = instr->slots[i]; ppir_regalloc_choose_spill_node() local
456 ppir_node *node = instr->slots[i]; ppir_regalloc_choose_spill_node() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.cpp44 void Graph::insert(Node *node) in insert() argument
95 void Graph::Node::attach(Node *node, Edge::Type kind) in attach() argument
129 detach(Graph::Node *node) detach() argument
169 reachableBy(const Node *node, const Node *term) const reachableBy() argument
220 search(Graph::Node *node, const bool preorder, const int sequence) search() argument
284 search(Graph::Node *node, const int sequence) search() argument
353 Node *node = reinterpret_cast<Node *>(it->get()); classifyEdges() local
366 Graph::Node *node; classifyDFS() local
[all...]
H A Dnv50_ir_inlines.h404 BasicBlock *BasicBlock::get(Graph::Node *node) in get() argument
410 Function *Function::get(Graph::Node *node) in get() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.h86 struct list_head node; member
/third_party/mesa3d/src/util/
H A Dsparse_array.c74 _util_sparse_array_node_finish(struct util_sparse_array *arr, uintptr_t node) _util_sparse_array_node_finish() argument
114 _util_sparse_array_set_or_free_node(uintptr_t *node_ptr, uintptr_t cmp_node, uintptr_t node) _util_sparse_array_set_or_free_node() argument
195 validate_node_level(struct util_sparse_array *arr, uintptr_t node, unsigned level) validate_node_level() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c95 struct sched_node *node = rzalloc(memctx, struct sched_node); in create_dag() local
235 unsigned node = bi_get_node(I->dest[d]); calculate_pressure_delta() local
242 unsigned node = bi_get_node(I->src[src]); calculate_pressure_delta() local
312 struct sched_node *node = choose_instr(s); pressure_schedule_block() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.c86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) in lcra_set_alignment() argument
99 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len) in lcra_restrict_range() argument
204 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) in lcra_set_node_spill_cost() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c73 X509_POLICY_NODE *node = in tree_print() local
266 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_matching_nodes() local
30 expected_print(BIO *channel, X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node, int indent) expected_print() argument
309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument
338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument
379 X509_POLICY_NODE *node; tree_link_any() local
409 X509_POLICY_NODE *node; tree_prune() local
485 X509_POLICY_NODE *node, *anyptr; tree_calculate_authority_set() local
535 X509_POLICY_NODE *node; tree_calculate_user_set() local
623 exnode_free(X509_POLICY_NODE *node) exnode_free() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dgetaddrinfo.c257 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, const char* node, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_option.c515 coap_optlist_t *node; in coap_new_optlist() local
571 coap_insert_optlist(coap_optlist_t **head, coap_optlist_t *node) coap_insert_optlist() argument
584 coap_internal_delete(coap_optlist_t *node) coap_internal_delete() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3886 bool ProgramPrelude::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
3894 bool ProgramPrelude::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
3901 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
3958 visitDeclaration(Visit, TIntermDeclaration *node) visitDeclaration() argument
3971 visitSymbol(TIntermSymbol *node) visitSymbol() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateLimitations.cpp114 visitSymbol(TIntermSymbol *node) visitSymbol() argument
124 visitBinary(Visit, TIntermBinary *node) visitBinary() argument
139 visitLoop(Visit, TIntermLoop *node) visitLoop() argument
177 validateLoopType(TIntermLoop *node) validateLoopType() argument
188 validateForLoopHeader(TIntermLoop *node) validateForLoopHeader() argument
207 validateForLoopInit(TIntermLoop *node) validateForLoopInit() argument
263 validateForLoopCond(TIntermLoop *node, int indexSymbolId) validateForLoopCond() argument
319 validateForLoopExpr(TIntermLoop *node, int indexSymbolId) validateForLoopExpr() argument
407 isConstExpr(TIntermNode *node) isConstExpr() argument
413 isConstIndexExpr(TIntermNode *node) isConstIndexExpr() argument
422 validateIndexing(TIntermBinary *node) validateIndexing() argument
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...60