HomeSort by relevance Sort by last modified time
    Searched refs:call_instr (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
instruction-selector-unittest.cc 367 const Instruction* call_instr = s[index++]; local
368 EXPECT_EQ(kArchCallCodeObject, call_instr->arch_opcode());
375 ASSERT_EQ(num_operands, call_instr->InputCount());
378 EXPECT_TRUE(call_instr->InputAt(0)->IsImmediate());
381 int32_t deopt_id_before = s.ToInt32(call_instr->InputAt(1));
389 EXPECT_EQ(43, s.ToInt32(call_instr->InputAt(2)));
390 EXPECT_EQ(0, s.ToInt32(call_instr->InputAt(3)));
391 EXPECT_EQ(44, s.ToInt32(call_instr->InputAt(4)));
392 EXPECT_EQ(45, s.ToInt32(call_instr->InputAt(5)));
395 EXPECT_EQ(function_node->id(), s.ToVreg(call_instr->InputAt(6)))
452 const Instruction* call_instr = s[index++]; local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 550 Instruction* call_instr = local
554 call_instr->MarkAsCall();
557 call_instr->MarkAsControl();
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 684 Instruction* call_instr = local
688 call_instr->MarkAsCall();
691 call_instr->MarkAsControl();
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 710 Instruction* call_instr = local
714 call_instr->MarkAsCall();
717 call_instr->MarkAsControl();
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 821 Instruction* call_instr = local
825 call_instr->MarkAsCall();
828 call_instr->MarkAsControl();

Completed in 316 milliseconds