Home
last modified time | relevance | path

Searched defs:target64 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvmap_table.h68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64) || (kRuntimeISA == kMips64); in IsInContext() local
Dstack.cc279 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible() local
367 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible() local
426 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterIfAccessible() local
510 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterPairIfAccessible() local
/art/compiler/dex/
Dcompiler_ir.h187 const bool target64; member