HomeSort by relevance Sort by last modified time
    Searched defs:CODE_AGE_SEQUENCE (Results 1 - 7 of 7) sorted by null

  /external/v8/src/x64/
assembler-x64-inl.h 61 rmode == RelocInfo::CODE_AGE_SEQUENCE);
486 DCHECK(rmode_ == RelocInfo::CODE_AGE_SEQUENCE);
493 DCHECK(rmode_ == RelocInfo::CODE_AGE_SEQUENCE);
503 DCHECK(rmode_ == RelocInfo::CODE_AGE_SEQUENCE);
macro-assembler-x64.cc     [all...]
  /external/v8/src/
assembler.h 363 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
448 return mode == CODE_AGE_SEQUENCE;
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 87 1 << RelocInfo::INTERNAL_REFERENCE | 1 << RelocInfo::CODE_AGE_SEQUENCE |
1452 || rmode == RelocInfo::CODE_AGE_SEQUENCE);
    [all...]
macro-assembler-x87.cc 959 RelocInfo::CODE_AGE_SEQUENCE);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 172 1 << RelocInfo::INTERNAL_REFERENCE | 1 << RelocInfo::CODE_AGE_SEQUENCE |
    [all...]
macro-assembler-ia32.cc 1011 RelocInfo::CODE_AGE_SEQUENCE);
    [all...]

Completed in 305 milliseconds