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

  /external/v8/src/ppc/
assembler-ppc-inl.h 158 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
171 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
489 // 2) OVERFLOWED access:
497 bool overflowed = (opcode == ADDIS);
499 if (overflowed) {
505 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
516 bool overflowed = false; local
524 overflowed = true;
527 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
537 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
560 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc     [all...]
macro-assembler-ppc.cc     [all...]
  /external/v8/src/
assembler.cc     [all...]
assembler.h     [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]
assembler-arm.h     [all...]

Completed in 604 milliseconds