Searched defs:target64 (Results 1 – 3 of 3) sorted by relevance
68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64) || (kRuntimeISA == kMips64); in IsInContext() local
279 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible() local367 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterPairIfAccessible() local426 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterIfAccessible() local510 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetRegisterPairIfAccessible() local
187 const bool target64; member