Home
last modified time | relevance | path

Searched refs:kArm64 (Results 1 – 25 of 31) sorted by relevance

12

/art/runtime/
Dinstruction_set.cc26 case kArm64: in GetInstructionSetString()
48 return kArm64; in GetInstructionSetFromString()
66 case kArm64: in GetInstructionSetAlignment()
98 case kArm64: in GetStackOverflowReservedBytes()
Dinstruction_set.h32 kArm64, enumerator
44 static constexpr InstructionSet kRuntimeISA = kArm64;
88 case kArm64: in GetInstructionSetPointerSize()
115 case kArm64: in Is64BitInstructionSet()
134 case kArm64: in GetBytesPerGprSpillLocation()
157 case kArm64: in GetBytesPerFprSpillLocation()
Dinstruction_set_test.cc27 EXPECT_EQ(kArm64, GetInstructionSetFromString("arm64")); in TEST_F()
38 EXPECT_STREQ("arm64", GetInstructionSetString(kArm64)); in TEST_F()
Dvmap_table.h68 bool target64 = (kRuntimeISA == kArm64) || (kRuntimeISA == kX86_64); in IsInContext()
Druntime.cc744 case kArm64: in Init()
1300 } else if (instruction_set_ == kArm64) { in SetInstructionSet()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc77 CHECK_FRAME_SIZE(kArm64); in TEST_F()
87 EXPECT_EQ(GetInstructionSetPointerSize(kArm64), GetConstExprPointerSize(kArm64)); in TEST_F()
Dcallee_save_frame.h51 isa == kArm64 ? arm64::Arm64CalleeSaveFrameSize(type) : in GetCalleeSaveFrameSize()
63 isa == kArm64 ? kArm64PointerSize : in GetConstExprPointerSize()
/art/disassembler/
Ddisassembler.cc33 } else if (instruction_set == kArm64) { in Create()
/art/compiler/jni/quick/
Dcalling_convention.cc37 case kArm64: in Create()
110 case kArm64: in Create()
Djni_compiler.cc428 if (instruction_set == kArm64) { in ArtJniCompileMethodInternal()
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc69 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kArm64)); in GetMethodAndReturnPcAndSp()
172 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(kArm64); in Action()
/art/runtime/arch/
Darch_test.cc111 CheckFrameSize(InstructionSet::kArm64, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F()
116 CheckFrameSize(InstructionSet::kArm64, Runtime::kRefsOnly, FRAME_SIZE_REFS_ONLY_CALLEE_SAVE); in TEST_F()
121 …CheckFrameSize(InstructionSet::kArm64, Runtime::kRefsAndArgs, FRAME_SIZE_REFS_AND_ARGS_CALLEE_SAVE… in TEST_F()
/art/compiler/trampolines/
Dtrampoline_compiler.cc61 …std::unique_ptr<Arm64Assembler> assembler(static_cast<Arm64Assembler*>(Assembler::Create(kArm64))); in CreateTrampoline()
163 case kArm64: in CreateTrampoline64()
/art/compiler/
Dcompiled_method.cc95 case kArm64: in CodeDelta()
114 case kArm64: in CodePointer()
Dcompilers.cc105 case kArm64: in GetCodeGenerator()
Delf_writer_quick.cc840 case kArm64: { in SetISA()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc332 …ool skip_overflow_check = mir_graph_->MethodIsLeaf() && !FrameNeedsStackCheck(frame_size_, kArm64); in GenEntrySequence()
336 const size_t kStackOverflowReservedUsableBytes = GetStackOverflowReservedBytes(kArm64); in GenEntrySequence()
355 OpRegRegImm(kOpSub, rs_x8, rs_sp, GetStackOverflowReservedBytes(kArm64)); in GenEntrySequence()
Dfp_arm64.cc438 DCHECK_EQ(cu_->instruction_set, kArm64); in GenInlinedMinMaxFP()
Dint_arm64.cc659 DCHECK_EQ(cu_->instruction_set, kArm64); in GenInlinedMinMax()
706 DCHECK_EQ(cu_->instruction_set, kArm64); in GenInlinedCas()
/art/compiler/utils/
Dassembler.cc113 case kArm64: in Create()
/art/compiler/dex/quick/
Dgen_invoke.cc223 if (cu_->instruction_set == kArm64 || cu_->instruction_set == kX86_64) { in CallRuntimeHelperRegLocationRegLocation()
1314 } else if (cu_->instruction_set == kArm64) { in GenInlinedStringIsEmptyOrLength()
1337 if (cu_->instruction_set == kArm64 || cu_->instruction_set == kX86_64) { in GenInlinedReverseBytes()
1589 case kArm64: in GenInlinedCurrentThread()
1618 || cu_->instruction_set == kArm64) { in GenInlinedUnsafeGet()
1666 || cu_->instruction_set == kArm64) { in GenInlinedUnsafePut()
Dgen_common.cc445 case kArm64: in GenFilledNewArray()
1467 if ((shift_op) && (cu_->instruction_set != kArm64)) { in GenArithOpInt()
1485 if (cu_->instruction_set == kMips || cu_->instruction_set == kArm64) { in GenArithOpInt()
1755 if (cu_->instruction_set == kMips || cu_->instruction_set == kArm64) { in GenArithOpIntLit()
/art/compiler/dex/
Dfrontend.cc86 COMPILE_ASSERT(2U == static_cast<size_t>(kArm64), kArm64_not_2);
660 (cu.instruction_set == kArm64) || in CompileMethod()
/art/dex2oat/
Ddex2oat.cc945 instruction_set = kArm64; in dex2oat()
1182 case kArm64: in dex2oat()
/art/patchoat/
Dpatchoat.cc57 return kArm64; in ElfISAToInstructionSet()

12