Searched defs:target64 (Results 1 – 4 of 4) sorted by relevance
68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64); in IsInContext() local
174 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetVReg() local231 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetVRegPair() local270 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetVReg() local338 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetVRegPair() local
67 bool target64; member
437 static void PushPointer(std::vector<uint8_t>&buf, const void* pointer, bool target64) { in PushPointer()