Home
last modified time | relevance | path

Searched refs:target64 (Results 1 – 2 of 2) sorted by relevance

/art/tools/jvmti-agents/field-counts/
Dcount-fields.py125 target64 = device.shell('mktemp -p {}'.format(targetdir).split())[0].strip()
126 print("{} -> {}".format(bit64, target64))
129 device.shell('cp {} {}'.format(bit64, target64).split())
131 device.shell('chmod 555 {}'.format(target64).split())
134 device.shell(['am', 'attach-agent', str(pid), mkcmd(target64)])
139 print("Removing agent copies at {}, {}".format(target32, target64))
141 device.shell(['rm', '-f', target64])
/art/runtime/
Dstack.cc409 const bool target64 = Is64BitInstructionSet(kRuntimeISA); in GetRegisterIfAccessible() local
410 if (target64) { in GetRegisterIfAccessible()