Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc191 void InstructionSequenceTest::SetInput(PhiInstruction* phi, size_t input, in SetInput() function in v8::internal::compiler::InstructionSequenceTest
/external/v8/src/compiler/
Dinstruction.cc534 void PhiInstruction::SetInput(size_t offset, int virtual_register) { in SetInput() function in v8::internal::compiler::PhiInstruction