Home
last modified time | relevance | path

Searched defs:graph (Results 126 - 150 of 156) sorted by relevance

1234567

/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc369 VariableTracker::VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, in VariableTracker() argument
293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument
[all...]
H A Dgraph-visualizer.cc271 JSONGraphWriter::JSONGraphWriter(std::ostream& os, const Graph* graph, in JSONGraphWriter() argument
[all...]
H A Dgraph-assembler.h439 Graph* graph() const { return mcgraph_->graph(); } in graph() function in v8::internal::compiler::GraphAssembler
[all...]
H A Dmachine-operator-reducer.cc2402 Graph* MachineOperatorReducer::graph() const { return mcgraph()->graph(); } graph() function in v8::internal::compiler::MachineOperatorReducer
[all...]
H A Dload-elimination.cc1454 Graph* LoadElimination::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::LoadElimination
H A Djs-create-lowering.cc1949 Graph* JSCreateLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSCreateLowering
[all...]
H A Djs-generic-lowering.cc1261 Graph* JSGenericLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSGenericLowering
[all...]
H A Draw-machine-assembler.cc18 RawMachineAssembler( Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, MachineRepresentation word, MachineOperatorBuilder::Flags flags, MachineOperatorBuilder::AlignmentRequirements alignment_requirements) RawMachineAssembler() argument
131 OptimizeControlFlow(Schedule* schedule, Graph* graph, CommonOperatorBuilder* common) OptimizeControlFlow() argument
[all...]
H A Dscheduler.cc30 Scheduler::Scheduler(Zone* zone, Graph* graph, Schedule* schedule, Flags flags, in Scheduler() argument
48 Schedule* Scheduler::ComputeSchedule(Zone* zone, Graph* graph, Flags flags, in ComputeSchedule() argument
1317 PrepareUsesVisitor(Scheduler* scheduler, Graph* graph, Zone* zone) PrepareUsesVisitor() argument
[all...]
H A Djs-native-context-specialization.cc3447 Graph* JSNativeContextSpecialization::graph() const { graph() function in v8::internal::compiler::JSNativeContextSpecialization
[all...]
H A Djs-typed-lowering.cc398 Graph* graph() const { return lowering_->graph(); } graph() function in v8::internal::compiler::final
2459 Graph* JSTypedLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSTypedLowering
[all...]
H A Dcode-assembler.cc130 Graph* graph = raw_assembler()->graph(); in BreakOnNode() local
177 Graph* graph = rasm->ExportForOptimization(); in GenerateCode() local
H A Draw-machine-assembler.h62 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::RawMachineAssembler
[all...]
H A Dpipeline.cc232 PipelineData(ZoneStats* zone_stats, OptimizedCompilationInfo* info, Isolate* isolate, AccountingAllocator* allocator, Graph* graph, JSGraph* jsgraph, Schedule* schedule, SourcePositionTable* source_positions, NodeOriginTable* node_origins, JumpOptimizationInfo* jump_opt, const AssemblerOptions& assembler_options, const ProfileDataFromFile* profile_data) PipelineData() argument
342 Graph* graph() const { return graph_; } graph() function in v8::internal::compiler::PipelineData
2433 Graph* graph = data->graph(); Run() local
2502 WasmHeapStubCompilationJob(Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) WasmHeapStubCompilationJob() argument
2544 NewWasmHeapStubCompilationJob( Isolate* isolate, CallDescriptor* call_descriptor, std::unique_ptr<Zone> zone, Graph* graph, CodeKind kind, std::unique_ptr<char[]> debug_name, const AssemblerOptions& options, SourcePositionTable* source_positions) NewWasmHeapStubCompilationJob() argument
2827 HashGraphForPGO(Graph* graph) HashGraphForPGO() argument
2886 GenerateCodeForCodeStub( Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, JSGraph* jsgraph, SourcePositionTable* source_positions, CodeKind kind, const char* debug_name, Builtin builtin, const AssemblerOptions& options, const ProfileDataFromFile* profile_data) GenerateCodeForCodeStub() argument
3018 Graph* graph = mcgraph->graph(); GenerateCodeForWasmNativeStub() local
3300 GenerateCodeForTesting( OptimizedCompilationInfo* info, Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, const AssemblerOptions& options, Schedule* schedule) GenerateCodeForTesting() argument
[all...]
H A Dsimplified-lowering.cc229 JSONGraphWriterWithVerifierTypes(std::ostream& os, const Graph* graph, in JSONGraphWriterWithVerifierTypes() argument
1532 Graph* graph() const { return jsgraph_->graph(); } graph() function in v8::internal::compiler::RepresentationSelector
[all...]
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc413 CppGraphBuilderImpl(CppHeap& cpp_heap, v8::EmbedderGraph& graph) in CppGraphBuilderImpl() argument
904 Run(v8::Isolate* isolate, v8::EmbedderGraph* graph, void* data) Run() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c990 hud_graph_destroy(struct hud_graph *graph, struct pipe_context *pipe) in hud_graph_destroy() argument
1434 struct hud_graph *graph; hud_parse_env_var() local
1791 struct hud_graph *graph, *graph_tmp; hud_unset_record_context() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp749 uint64_t graph = memUsage.graph; MemUsageToMatrix() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp564 void DBCommon::InsertNodesByScore(const std::map<std::string, std::map<std::string, bool>> &graph, in InsertNodesByScore() argument
590 GenerateNodesByNodeWeight(const std::vector<std::string> &nodes, const std::map<std::string, std::map<std::string, bool>> &graph, const std::map<std::string, int> &nodeWeight) GenerateNodesByNodeWeight() argument
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow.c1323 IGraphBuilder *graph = ctx->graph; in dshow_open_device() local
1678 IGraphBuilder *graph = NULL; dshow_read_header() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_ebur128.c96 struct rect graph; ///< rectangle for the main graph in the center member
[all...]
H A Dvf_zscale.c134 zimg_filter_graph *alpha_graph[MAX_THREADS], *graph[MAX_THREADS]; member
[all...]
/third_party/node/src/
H A Denv.cc1690 BuildEmbedderGraph(Isolate* isolate, EmbedderGraph* graph, void* data) BuildEmbedderGraph() argument
/third_party/ffmpeg/fftools/
H A Dffmpeg.c4191 transcode_from_filter(FilterGraph *graph, InputStream **best_ist) transcode_from_filter() argument
[all...]
H A Dffmpeg.h245 struct FilterGraph *graph; member
269 struct FilterGraph *graph; member
294 AVFilterGraph *graph; member

Completed in 55 milliseconds

1234567