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

  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 150 HInstruction* new_instr = HForceRepresentation::New( local
152 new_instr->InsertAfter(load);
153 replacement = new_instr;
  /external/v8/src/arm64/
instructions-arm64.h 103 V8_INLINE void SetInstructionBits(Instr new_instr) {
104 *reinterpret_cast<Instr*>(this) = new_instr;
  /external/vixl/src/vixl/a64/
instructions-a64.h 169 void SetInstructionBits(Instr new_instr) {
170 *(reinterpret_cast<Instr*>(this)) = new_instr;

Completed in 445 milliseconds