Home
last modified time | relevance | path

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

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