Home
last modified time | relevance | path

Searched refs:phis_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h1422 const PhiInstructions& phis() const { return phis_; } in NON_EXPORTED_BASE()
1423 PhiInstruction* PhiAt(size_t i) const { return phis_[i]; } in NON_EXPORTED_BASE()
1424 void AddPhi(PhiInstruction* phi) { phis_.push_back(phi); } in NON_EXPORTED_BASE()
1440 PhiInstructions phis_; in NON_EXPORTED_BASE() local
Dinstruction.cc640 phis_(zone), in InstructionBlock()