| /third_party/node/deps/v8/src/compiler/ |
| H A D | control-flow-optimizer.cc | 17 ControlFlowOptimizer::ControlFlowOptimizer(Graph* graph, in ControlFlowOptimizer() argument
|
| H A D | decompression-optimizer.h | 103 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
|
| H A D | js-graph.h | 28 JSGraph(Isolate* isolate, Graph* graph, CommonOperatorBuilder* common, in JSGraph() argument
|
| H A D | loop-peeling.cc | 270 void LoopPeeler::EliminateLoopExits(Graph* graph, Zone* tmp_zone) { in EliminateLoopExits() argument
|
| H A D | loop-unrolling.cc | 17 UnrollLoop(Node* loop_node, ZoneUnorderedSet<Node*>* loop, uint32_t depth, Graph* graph, CommonOperatorBuilder* common, Zone* tmp_zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins) UnrollLoop() argument
|
| H A D | loop-peeling.h | 37 LoopPeeler(Graph* graph, CommonOperatorBuilder* common, LoopTree* loop_tree, in LoopPeeler() argument
|
| H A D | int64-lowering.h | 55 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::Int64Lowering
|
| H A D | simplified-operator-reducer.cc | 315 Graph* SimplifiedOperatorReducer::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::SimplifiedOperatorReducer
|
| H A D | simplified-lowering.h | 112 Graph* graph() { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::final
|
| H A D | basic-block-instrumentor.cc | 54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument [all...] |
| H A D | state-values-utils.h | 72 Graph* graph() { return js_graph_->graph(); } in graph() function in v8::internal::compiler::StateValuesCache
|
| H A D | decompression-optimizer.cc | 45 DecompressionOptimizer::DecompressionOptimizer(Zone* zone, Graph* graph, in DecompressionOptimizer() argument
|
| H A D | escape-analysis-reducer.h | 25 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() argument
|
| H A D | memory-lowering.h | 117 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-compilation-info.h | 63 void set_graph(Graph* graph) { graph_ = graph; } in set_graph() argument 64 Graph* graph() const { return graph_; } in graph() function in v8::internal::maglev::final
|
| H A D | maglev-graph-verifier.h | 33 void PreProcessGraph(MaglevCompilationUnit* compilation_unit, Graph* graph) { in PreProcessGraph() argument 39 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
|
| H A D | maglev-compiler.cc | 50 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) { node_id_ = 1; } in PreProcessGraph() argument 51 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument 64 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PreProcessGraph() argument 65 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument 212 Graph* const graph = toplevel_compilation_unit->info()->graph(); GenerateCode() local [all...] |
| H A D | maglev-graph-processor.h | 82 void ProcessGraph(Graph* graph) { in ProcessGraph() argument 152 PreProcessGraph(MaglevCompilationUnit*, Graph* graph) PreProcessGraph() argument 153 PostProcessGraph(MaglevCompilationUnit*, Graph* graph) PostProcessGraph() argument 169 PreProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PreProcessGraph() argument 173 PostProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PostProcessGraph() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | NfaFlattener.java | 44 public static Edge flatten(ValueGraph<Node, SimpleEdge> graph) { in flatten() argument 66 private final ValueGraph<Node, SimpleEdge> graph; field in NfaFlattener 70 private NfaFlattener(ValueGraph<Node, SimpleEdge> graph) { in NfaFlattener() argument 178 nodeOrdering(ValueGraph<Node, ?> graph) nodeOrdering() argument 185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument [all...] |
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | stacktrace.h | 60 int graph; member
|
| /kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
| H A D | q6apm-lpass-dais.c | 21 struct q6apm_graph *graph[APM_PORT_MAX]; member 157 struct q6apm_graph *graph; in q6apm_lpass_dai_prepare() local 210 struct q6apm_graph *graph; q6apm_lpass_dai_startup() local [all...] |
| /third_party/ffmpeg/doc/examples/ |
| H A D | filter_audio.c | 62 static int init_filter_graph(AVFilterGraph **graph, AVFilterContext **src, in init_filter_graph() argument 272 AVFilterGraph *graph; in main() local [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow_filter.c | 131 long WINAPI ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, in ff_dshow_filter_JoinFilterGraph() argument
|
| /kernel/linux/linux-5.10/arch/nds32/kernel/ |
| H A D | traps.c | 104 int cnt = LOOP_TIMES, graph = 0; in __dump() local
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| H A D | v4l2-mc.c | 559 struct media_graph *graph = &link->graph_obj.mdev->pm_count_walk; in v4l2_pipeline_link_notify() local 434 pipeline_pm_use_count(struct media_entity *entity, struct media_graph *graph) pipeline_pm_use_count() argument 493 pipeline_pm_power(struct media_entity *entity, int change, struct media_graph *graph) pipeline_pm_power() argument [all...] |