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

  /external/v8/src/compiler/
change-lowering.cc 47 ((HeapNumber::kValueOffset / kPointerSize) * (machine()->Is64() ? 8 : 4));
90 if (machine()->Is64()) {
134 if (machine()->Is64()) {
222 machine()->Is64()
machine-operator.h 147 bool Is64() const { return word() == kRepWord64; }
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 844 bool Is64, raw_ostream &OS) {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 92 bool Is64 = O->is64Bit();
93 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
95 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1449 milliseconds