Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dassembler-s390-inl.h229 static const int kCodeAgingTargetDelta = 14; // Jump past NOP + PUSH to IIHF variable
236 static const int kCodeAgingTargetDelta = 16; // Jump past NOP to IILF variable
242 static const int kCodeAgingTargetDelta = 12; // Jump past NOP to IILF variable
/external/v8/src/ppc/
Dassembler-ppc-inl.h265 static const int kCodeAgingTargetDelta = 1 * Assembler::kInstrSize; variable