Searched refs:max_unoptimized_frame_height (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 129 size_t max_unoptimized_frame_height,
|
H A D | instruction-selector.h | 291 JSHeapBroker* broker, size_t* max_unoptimized_frame_height,
|
H A D | code-generator.cc | 51 size_t max_unoptimized_frame_height, in CodeGenerator() 73 max_unoptimized_frame_height_(max_unoptimized_frame_height), in CodeGenerator() 44 CodeGenerator(Zone* codegen_zone, Frame* frame, Linkage* linkage, InstructionSequence* instructions, OptimizedCompilationInfo* info, Isolate* isolate, base::Optional<OsrHelper> osr_helper, int start_source_position, JumpOptimizationInfo* jump_opt, const AssemblerOptions& options, Builtin builtin, size_t max_unoptimized_frame_height, size_t max_pushed_argument_count, const char* debug_name) CodeGenerator() argument
|
H A D | instruction-selector.cc | 46 JSHeapBroker* broker, size_t* max_unoptimized_frame_height, in InstructionSelector() 80 max_unoptimized_frame_height_(max_unoptimized_frame_height), in InstructionSelector() 87 DCHECK_EQ(*max_unoptimized_frame_height, 0); // Caller-initialized. in InstructionSelector() 41 InstructionSelector( Zone* zone, size_t node_count, Linkage* linkage, InstructionSequence* sequence, Schedule* schedule, SourcePositionTable* source_positions, Frame* frame, EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, JSHeapBroker* broker, size_t* max_unoptimized_frame_height, size_t* max_pushed_argument_count, SourcePositionMode source_position_mode, Features features, EnableScheduling enable_scheduling, EnableRootsRelativeAddressing enable_roots_relative_addressing, EnableTraceTurboJson trace_turbo) InstructionSelector() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 424 size_t max_unoptimized_frame_height() const { in max_unoptimized_frame_height() function in v8::internal::compiler::PipelineData 557 assembler_options(), info_->builtin(), max_unoptimized_frame_height(), in InitializeCodeGenerator()
|
Completed in 18 milliseconds