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

  /art/runtime/
instruction_set.h 107 static inline bool Is64BitInstructionSet(InstructionSet isa) {
129 return Is64BitInstructionSet(isa) ? 8U : 4U;
stack.cc 174 bool target64 = Is64BitInstructionSet(kRuntimeISA);
231 bool target64 = Is64BitInstructionSet(kRuntimeISA);
270 bool target64 = Is64BitInstructionSet(kRuntimeISA);
338 bool target64 = Is64BitInstructionSet(kRuntimeISA);
  /art/compiler/jni/quick/
jni_compiler.cc 66 const bool is_64_bit_target = Is64BitInstructionSet(instruction_set);
  /art/compiler/dex/
frontend.cc 656 cu.target64 = Is64BitInstructionSet(cu.instruction_set);
  /art/compiler/driver/
compiler_driver.cc 457 if (Is64BitInstructionSet(instruction_set_)) { \
    [all...]

Completed in 1195 milliseconds