Lines Matching refs:bytecode_array
442 bytecode_array_(handle(info->shared_info()->bytecode_array())), in BytecodeGraphBuilder()
444 handle(HandlerTable::cast(bytecode_array()->handler_table()))), in BytecodeGraphBuilder()
448 bytecode_array()->parameter_count(), in BytecodeGraphBuilder()
449 bytecode_array()->register_count(), info->shared_info())), in BytecodeGraphBuilder()
459 int params = bytecode_array()->parameter_count(); in GetNewTarget()
471 int params = bytecode_array()->parameter_count(); in GetFunctionContext()
516 int actual_parameter_count = bytecode_array()->parameter_count() + 4; in CreateGraph()
519 Environment env(this, bytecode_array()->register_count(), in CreateGraph()
520 bytecode_array()->parameter_count(), graph()->start(), in CreateGraph()
537 BytecodeBranchAnalysis analysis(bytecode_array(), local_zone()); in VisitBytecodes()
540 interpreter::BytecodeArrayIterator iterator(bytecode_array()); in VisitBytecodes()