Home
last modified time | relevance | path

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

/art/runtime/
Dvmap_table.h68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64); in IsInContext() local
Dstack.cc174 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetVReg() local
231 bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetVRegPair() local
270 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetVReg() local
338 bool target64 = Is64BitInstructionSet(kRuntimeISA); in SetVRegPair() local
/art/compiler/dex/
Dcompiler_ir.h67 bool target64; member
/art/compiler/dex/quick/
Dcodegen_util.cc437 static void PushPointer(std::vector<uint8_t>&buf, const void* pointer, bool target64) { in PushPointer()