Lines Matching defs:slot_id

107   FeedbackSource CreateFeedbackSource(int slot_id);
238 size_t arg_count, int slot_id);
240 std::initializer_list<Node*> args, int slot_id) {
241 BuildCall(receiver_mode, args.begin(), args.size(), slot_id);
304 CallFrequency ComputeCallFrequency(int slot_id) const;
308 SpeculationMode GetSpeculationMode(int slot_id) const;
312 CallFeedbackRelation ComputeCallFeedbackRelation(int slot_id) const;
1128 FeedbackSource BytecodeGraphBuilder::CreateFeedbackSource(int slot_id) {
1129 return CreateFeedbackSource(FeedbackVector::ToSlot(slot_id));
2257 int const slot_id = bytecode_iterator().GetIndexOperand(1);
2258 FeedbackSource pair = CreateFeedbackSource(slot_id);
2271 int const slot_id = bytecode_iterator().GetIndexOperand(1);
2272 FeedbackSource pair = CreateFeedbackSource(slot_id);
2292 int const slot_id = bytecode_iterator().GetIndexOperand(0);
2293 FeedbackSource pair = CreateFeedbackSource(slot_id);
2309 int const slot_id = bytecode_iterator().GetIndexOperand(1);
2310 FeedbackSource pair = CreateFeedbackSource(slot_id);
2386 int slot_id) {
2392 FeedbackSource feedback = CreateFeedbackSource(slot_id);
2393 CallFrequency frequency = ComputeCallFrequency(slot_id);
2394 SpeculationMode speculation_mode = GetSpeculationMode(slot_id);
2396 ComputeCallFeedbackRelation(slot_id);
2448 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2456 slot_id);
2472 int const slot_id = bytecode_iterator().GetIndexOperand(2);
2474 {callee, receiver, feedback_vector_node()}, slot_id);
2484 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2486 {callee, receiver, arg0, feedback_vector_node()}, slot_id);
2498 int const slot_id = bytecode_iterator().GetIndexOperand(4);
2500 {callee, receiver, arg0, arg1, feedback_vector_node()}, slot_id);
2511 int const slot_id = bytecode_iterator().GetIndexOperand(1);
2513 {callee, receiver, feedback_vector_node()}, slot_id);
2522 int const slot_id = bytecode_iterator().GetIndexOperand(2);
2524 {callee, receiver, arg0, feedback_vector_node()}, slot_id);
2535 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2537 {callee, receiver, arg0, arg1, feedback_vector_node()}, slot_id);
2551 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2552 FeedbackSource feedback = CreateFeedbackSource(slot_id);
2553 CallFrequency frequency = ComputeCallFrequency(slot_id);
2554 SpeculationMode speculation_mode = GetSpeculationMode(slot_id);
2682 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2683 FeedbackSource feedback = CreateFeedbackSource(slot_id);
2688 CallFrequency frequency = ComputeCallFrequency(slot_id);
2714 int const slot_id = bytecode_iterator().GetIndexOperand(3);
2715 FeedbackSource feedback = CreateFeedbackSource(slot_id);
2720 CallFrequency frequency = ComputeCallFrequency(slot_id);
2926 CallFrequency BytecodeGraphBuilder::ComputeCallFrequency(int slot_id) const {
2928 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id);
2940 SpeculationMode BytecodeGraphBuilder::GetSpeculationMode(int slot_id) const {
2941 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id);
2949 int slot_id) const {
2950 FeedbackSlot slot = FeedbackVector::ToSlot(slot_id);