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

  /art/runtime/
vmap_table.h 68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64); local
69 if (target64 && high_reg) {
stack.cc 165 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
166 if (target64) {
222 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
223 if (target64) {
261 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
263 if (target64) {
329 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
331 if (target64) {
  /art/compiler/dex/
compiler_ir.h 67 bool target64; member in struct:art::CompilationUnit

Completed in 46 milliseconds