Home
last modified time | relevance | path

Searched refs:call_instr (Results 1 – 5 of 5) sorted by relevance

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