Home
last modified time | relevance | path

Searched refs:nodes (Results 326 - 350 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1079 // implicit nodes are target and optionally context. in CallStubN()
1200 Node* nodes[] = {target, args...}; in TailCallBytecodeDispatch() local
1201 CHECK_EQ(descriptor.GetParameterCount() + 1, arraysize(nodes)); in TailCallBytecodeDispatch()
1202 raw_assembler()->TailCallN(call_descriptor, arraysize(nodes), nodes); in TailCallBytecodeDispatch()
1221 Node* nodes[] = {code, function, new_target, arg_count, context}; in TailCallJSCode() local
1222 CHECK_EQ(descriptor.GetParameterCount() + 2, arraysize(nodes)); in TailCallJSCode()
1223 raw_assembler()->TailCallN(call_descriptor, arraysize(nodes), nodes); in TailCallJSCode()
1526 // merge and phi nodes hav in MergeVariables()
[all...]
H A Draw-machine-assembler.cc270 // Create control merge nodes and effect phis for all predecessor blocks. in MakeReschedulable()
332 // Fix-up loop backedges and re-structure control flow so that loop nodes have in MakeReschedulable()
755 base::SmallVector<Node*, kNumCArgs> nodes(args.size() + 1); in CallCFunctionImpl()
756 nodes[0] = function; in CallCFunctionImpl()
758 args.begin(), args.end(), std::next(nodes.begin()), in CallCFunctionImpl()
763 static_cast<int>(nodes.size()), nodes.begin()); in CallCFunctionImpl()
866 // The raw machine assembler nodes do not have effect and control inputs, in MakeNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp346 // remove all nodes belong to given pid (by matching higher 32 bits of node id) in FilterForPlayback()
454 std::vector<std::shared_ptr<RSRenderNode>> nodes; in MarshalNodes() local
455 nodes.emplace_back(rootRenderNode); in MarshalNodes()
462 nodes.emplace_back(node); in MarshalNodes()
467 const uint32_t nodeCount = nodes.size(); in MarshalNodes()
469 for (const auto& node : nodes) { // no nullptr in nodes, omit check in MarshalNodes()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h57 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Node>> nodes; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp39 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.h31 void SetQueryNodes(const std::string& tableName, DistributedData::QueryNodes&& nodes) override;
H A Drdb_query.cpp117 void RdbQuery::SetQueryNodes(const std::string& tableName, QueryNodes&& nodes) in SetQueryNodes() argument
120 queryNodes_ = std::move(nodes); in SetQueryNodes()
/third_party/PyYAML/lib/yaml/
H A Dcomposer.py6 from .nodes import *
H A Dserializer.py6 from .nodes import *
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextdependency.py47 def nodes(self): member in DiGraph
48 """Iterate over the nodes in the graph."""
53 Iterate over the nodes reachable from the given start node, excluding
60 # All nodes seen during traversal.
63 # The stack of nodes that need visiting.
85 # Set of adjacent of nodes.
143 # Walk a list of the leaf nodes (version and extension
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp148 // Interface that allows nodes to access other nodes and request cache updates.
500 // Cache for nodes.
1071 vector<Entity> nodes; in CloneNode() local
1072 nodes.reserve(nodeManager_.GetComponentCount()); in CloneNode()
1074 GatherNodeEntities(node, nodes); in CloneNode()
1076 nodes.push_back(node.GetEntity()); in CloneNode()
1081 oldToNew.reserve(nodes.size()); in CloneNode()
1082 for (const Entity& originalEntity : nodes) { in CloneNode()
1116 return GetNode(oldToNew[nodes in CloneNode()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp88 for (auto element : viewData.nodes) { in WrapViewData()
212 viewData.nodes.emplace_back(node); in UnwrapViewData()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp223 for (auto it = viewData.nodes.begin(); it != viewData.nodes.end(); ++it) { in IsNeed2SaveRequest()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp268 void RdbSubscriberManager::SetObserverNotifyOnEnabled(std::vector<ObserverNode> &nodes) in SetObserverNotifyOnEnabled() argument
270 for (auto &node : nodes) { in SetObserverNotifyOnEnabled()
/foundation/window/window_manager/wmserver/src/
H A Ddisplay_zoom_controller.cpp160 void DisplayZoomController::ClearZoomTransform(std::vector<sptr<WindowNode>> nodes) in ClearZoomTransform() argument
165 for (auto& node: nodes) { in ClearZoomTransform()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-debug.c214 fprintf(stdout, "aux sync node_id %u\n", sync->nodes[j].node_id); in ssp_print_internal()
215 fprintf(stdout, "aux sync sampling_rate %u\n", sync->nodes[j].sampling_rate); in ssp_print_internal()
/third_party/PyYAML/tests/lib/
H A Dtest_yaml_ext.py53 def new_serialize_all(nodes, stream=None, Dumper=yaml.CDumper, **kwds):
54 return old_serialize_all(nodes, stream, Dumper, **kwds)
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c355 devices[i]->nodes[drm_node], in amdgpu_open_devices()
366 devices[i]->nodes[drm_node], in amdgpu_open_devices()
627 * only device nodes in /dev/dri/ */ in amdgpu_node_is_drm()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h43 block->nodes().RevalidateTail(); in Build()
166 // DCHECK(!current_block_->nodes().is_empty()); in VisitSingleBytecode()
178 // Clear new nodes for the next VisitFoo in VisitSingleBytecode()
200 current_block_->nodes().Add(node); in AddNode()
266 // We shouldn't be moving newly created nodes between registers. in MoveNodeBetweenRegisters()
330 // We should only set register values to nodes that were newly created in in StoreRegister()
331 // this Visit. Existing nodes should be moved between registers with in StoreRegister()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc59 for (RegExpTree* child : *node->nodes()) {
377 for (RegExpTree* child : *node->nodes()) {
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp1159 vector<tcu::TestNode*> nodes = parser.parse(&buf[0]); in loadShaderFile() local
1161 return nodes; in loadShaderFile()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp138 static const ArkUINodeType nodes[] = { ARKUI_CUSTOM, ARKUI_TEXT, ARKUI_SPAN, ARKUI_IMAGE_SPAN, ARKUI_IMAGE, in CreateNode() local
148 if (nodeType >= sizeof(nodes) / sizeof(ArkUINodeType)) { in CreateNode()
154 auto* uiNode = impl->getBasicAPI()->createNode(nodes[nodeType], id, ARKUI_NODE_FLAG_C); in CreateNode()
/third_party/jinja2/
H A Dnodes.py1 """AST nodes generated by the parser for the compiler. Also provides
3 to normalize nodes.
53 """A metaclass for nodes that handles the field and attribute
104 """Baseclass for all Jinja nodes. There are a number of nodes available
109 - :class:`Helper`: helper nodes
112 All nodes have fields and attributes. Fields may be other nodes, lists,
117 all nodes automatically.
129 raise TypeError("abstract nodes ar
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c780 const struct dxil_mdnode *nodes[VARYING_SLOT_MAX]; in get_signature_metadata() local
782 nodes[i] = fill_SV_param_nodes(mod, i, &recs[i], &psvs[i], is_input); in get_signature_metadata()
785 return dxil_get_metadata_node(mod, nodes, num_elements); in get_signature_metadata()
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc134 auto nodes = in createCPUProfile() local
136 flattenNodesTree(inspector, v8profile->GetTopDownRoot(), nodes.get()); in createCPUProfile()
138 .setNodes(std::move(nodes)) in createCPUProfile()

Completed in 26 milliseconds

1...<<11121314151617181920