Lines Matching refs:bytecode_array
399 BytecodeArrayRef bytecode_array() const { return bytecode_array_; } in bytecode_array() function in v8::internal::compiler::BytecodeGraphBuilder
1048 bytecode_array().parameter_count(), bytecode_array().register_count(), in BytecodeGraphBuilder()
1051 bytecode_array().SourcePositionTable())), in BytecodeGraphBuilder()
1052 bytecode_iterator_(bytecode_array().object()), in BytecodeGraphBuilder()
1054 bytecode_array().object(), local_zone, osr_offset, in BytecodeGraphBuilder()
1143 bytecode_array().parameter_count()); in CreateGraph()
1146 Environment env(this, bytecode_array().register_count(), in CreateGraph()
1147 bytecode_array().parameter_count(), in CreateGraph()
1148 bytecode_array().incoming_new_target_or_generator_register(), in CreateGraph()
3666 int parameter_count_without_receiver = bytecode_array().parameter_count() - 1; in VisitSuspendGenerator()
3805 int parameter_count_without_receiver = bytecode_array().parameter_count() - 1; in VisitResumeGenerator()
4208 HandlerTable table(bytecode_array().handler_table_address(), in ExitThenEnterExceptionHandlers()
4209 bytecode_array().handler_table_size(), in ExitThenEnterExceptionHandlers()