Home
last modified time | relevance | path

Searched defs:graph (Results 151 - 160 of 160) sorted by relevance

1234567

/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
H A Dffplay.c1797 static int configure_filtergraph(AVFilterGraph *graph, const char *filtergraph, in configure_filtergraph() argument
1840 static int configure_video_filters(AVFilterGraph *graph, VideoStat argument
2127 AVFilterGraph *graph = NULL; video_thread() local
[all...]
/third_party/node/deps/v8/src/compiler/
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...]
H A Dtyper.cc38 Typer::Typer(JSHeapBroker* broker, Flags flags, Graph* graph, in Typer() argument
171 Graph* graph() { return typer_->graph(); } in graph() function in v8::internal::compiler::Typer::Visitor
H A Deffect-control-linearizer.cc327 Graph* graph() const { return js_graph_->graph(); } in graph() function in v8::internal::compiler::EffectControlLinearizer
453 TryCloneBranch(Node* node, BasicBlock* block, Zone* temp_zone, Graph* graph, CommonOperatorBuilder* common, BlockEffectControlMap* block_effects, SourcePositionTable* source_positions, NodeOriginTable* node_origins) TryCloneBranch() argument
6708 LinearizeEffectControl(JSGraph* graph, Schedule* schedule, Zone* temp_zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, JSHeapBroker* broker) LinearizeEffectControl() argument
[all...]
H A Dbytecode-graph-builder.cc389 Graph* graph() const { return jsgraph_->graph(); } in graph() function in v8::internal::compiler::BytecodeGraphBuilder
603 Graph* graph() const { return builder_->graph(); } in graph() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
[all...]
H A Dwasm-compiler.cc4348 Graph* WasmGraphBuilder::graph() { return mcgraph()->graph(); } graph() function in v8::internal::compiler::WasmGraphBuilder
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2555 EmbedderGraphImpl graph; in IterateAndExtractReferences() local

Completed in 44 milliseconds

1234567