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

  /external/v8/src/arm/
codegen-arm.cc 417 static const uint32_t kCodeAgePatchFirstInstruction = 0xe24f0008;
439 return Memory::uint32_at(candidate) == kCodeAgePatchFirstInstruction;
  /external/v8/src/mips/
codegen-mips.cc 705 static const uint32_t kCodeAgePatchFirstInstruction = 0x00010180;
728 return Memory::uint32_at(candidate) == kCodeAgePatchFirstInstruction;
  /external/v8/src/mips64/
codegen-mips64.cc 707 static const uint32_t kCodeAgePatchFirstInstruction = 0x00010180;
732 return Memory::uint32_at(candidate) == kCodeAgePatchFirstInstruction;

Completed in 102 milliseconds