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

/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc367 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
452 const Instruction* call_instr = s[index++]; local
[all...]
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc550 Instruction* call_instr = local
554 call_instr->MarkAsCall();
557 call_instr->MarkAsControl();
/external/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc684 Instruction* call_instr = local
688 call_instr->MarkAsCall();
691 call_instr->MarkAsControl();
/external/chromium_org/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc710 Instruction* call_instr = local
714 call_instr->MarkAsCall();
717 call_instr->MarkAsControl();
/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc821 Instruction* call_instr = local
825 call_instr->MarkAsCall();
828 call_instr->MarkAsControl();

Completed in 835 milliseconds