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

/art/runtime/
H A Dvmap_table.h68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64); local
69 if (target64 && high_reg) {
H A Dstack.cc174 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
175 if (target64) {
231 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
232 if (target64) {
270 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
272 if (target64) {
338 bool target64 = Is64BitInstructionSet(kRuntimeISA); local
340 if (target64) {
/art/compiler/dex/
H A Dcompiler_ir.h67 bool target64; member in struct:art::CompilationUnit
/art/compiler/dex/quick/
H A Dcodegen_util.cc437 static void PushPointer(std::vector<uint8_t>&buf, const void* pointer, bool target64) { argument
439 if (target64) {
477 PushPointer(code_buffer_, &target_method_id, cu_->target64);
495 PushPointer(code_buffer_, &target_method_id, cu_->target64);
509 PushPointer(code_buffer_, &target_method_id, cu_->target64);
523 PushPointer(code_buffer_, &target_string_id, cu_->target64);

Completed in 118 milliseconds