Lines Matching refs:bytecode_array
472 bytecode_array_(handle(shared_info->bytecode_array())), in BytecodeGraphBuilder()
474 handle(HandlerTable::cast(bytecode_array()->handler_table()))), in BytecodeGraphBuilder()
478 bytecode_array()->parameter_count(), in BytecodeGraphBuilder()
479 bytecode_array()->register_count(), shared_info)), in BytecodeGraphBuilder()
498 int params = bytecode_array()->parameter_count(); in GetNewTarget()
510 int params = bytecode_array()->parameter_count(); in GetFunctionContext()
555 int actual_parameter_count = bytecode_array()->parameter_count() + 4; in CreateGraph()
558 Environment env(this, bytecode_array()->register_count(), in CreateGraph()
559 bytecode_array()->parameter_count(), graph()->start(), in CreateGraph()
632 BytecodeAnalysis bytecode_analysis(bytecode_array(), local_zone(), in VisitBytecodes()
637 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()
640 bytecode_array()->source_position_table()); in VisitBytecodes()