![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| PipelineData (ZoneStats *zone_stats, Isolate *isolate, OptimizedCompilationInfo *info, PipelineStatistics *pipeline_statistics) | |
| PipelineData (ZoneStats *zone_stats, wasm::WasmEngine *wasm_engine, OptimizedCompilationInfo *info, MachineGraph *mcgraph, PipelineStatistics *pipeline_statistics, SourcePositionTable *source_positions, NodeOriginTable *node_origins, const AssemblerOptions &assembler_options) | |
| PipelineData (ZoneStats *zone_stats, OptimizedCompilationInfo *info, Isolate *isolate, Graph *graph, Schedule *schedule, SourcePositionTable *source_positions, NodeOriginTable *node_origins, JumpOptimizationInfo *jump_opt, const AssemblerOptions &assembler_options) | |
| PipelineData (ZoneStats *zone_stats, OptimizedCompilationInfo *info, Isolate *isolate, InstructionSequence *sequence) | |
| Isolate * | isolate () const |
| AccountingAllocator * | allocator () const |
| OptimizedCompilationInfo * | info () const |
| ZoneStats * | zone_stats () const |
| CompilationDependencies * | dependencies () const |
| PipelineStatistics * | pipeline_statistics () |
| OsrHelper * | osr_helper () |
| bool | compilation_failed () const |
| void | set_compilation_failed () |
| bool | verify_graph () const |
| void | set_verify_graph (bool value) |
| MaybeHandle< Code > | code () |
| void | set_code (MaybeHandle< Code > code) |
| CodeGenerator * | code_generator () const |
| bool | MayHaveUnverifiableGraph () const |
| Zone * | graph_zone () const |
| Graph * | graph () const |
| SourcePositionTable * | source_positions () const |
| NodeOriginTable * | node_origins () const |
| MachineOperatorBuilder * | machine () const |
| CommonOperatorBuilder * | common () const |
| JSOperatorBuilder * | javascript () const |
| JSGraph * | jsgraph () const |
| MachineGraph * | mcgraph () const |
| Handle< Context > | native_context () const |
| Handle< JSGlobalObject > | global_object () const |
| JSHeapBroker * | broker () const |
| Schedule * | schedule () const |
| void | set_schedule (Schedule *schedule) |
| void | reset_schedule () |
| Zone * | instruction_zone () const |
| Zone * | codegen_zone () const |
| InstructionSequence * | sequence () const |
| Frame * | frame () const |
| Zone * | register_allocation_zone () const |
| RegisterAllocationData * | register_allocation_data () const |
| BasicBlockProfiler::Data * | profiler_data () const |
| void | set_profiler_data (BasicBlockProfiler::Data *profiler_data) |
| std::string const & | source_position_output () const |
| void | set_source_position_output (std::string const &source_position_output) |
| JumpOptimizationInfo * | jump_optimization_info () const |
| const AssemblerOptions & | assembler_options () const |
| CodeTracer * | GetCodeTracer () const |
| Typer * | CreateTyper () |
| void | AddTyperFlag (Typer::Flag flag) |
| void | DeleteTyper () |
| void | DeleteGraphZone () |
| void | DeleteInstructionZone () |
| void | DeleteCodegenZone () |
| void | DeleteRegisterAllocationZone () |
| void | InitializeInstructionSequence (const CallDescriptor *call_descriptor) |
| void | InitializeFrameData (CallDescriptor *call_descriptor) |
| void | InitializeRegisterAllocationData (const RegisterConfiguration *config, CallDescriptor *call_descriptor) |
| void | InitializeOsrHelper () |
| void | set_start_source_position (int position) |
| void | InitializeCodeGenerator (Linkage *linkage) |
| void | BeginPhaseKind (const char *phase_kind_name) |
| void | EndPhaseKind () |
| const char * | debug_name () const |
Definition at line 98 of file pipeline.cc.