Searched refs:kSaveAll (Results 1 – 14 of 14) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 30 FinishCalleeSaveFrameSetup(thread, sp, Runtime::kSaveAll); in artDeliverPendingExceptionFromCode() 45 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artDeliverExceptionFromCode() 60 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowNullPointerExceptionFromCode() 71 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowDivZeroFromCode() 80 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowArrayBoundsFromCode() 87 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowStackOverflowFromCode() 97 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowNoSuchMethodFromCode() 105 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowClassCastException() 114 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artThrowArrayStoreException()
|
D | quick_trampoline_entrypoints_test.cc | 74 CheckFrameSize(isa, Runtime::kSaveAll, GetCalleeSaveFrameSize(isa, Runtime::kSaveAll)) in TEST_F() 103 CheckPCOffset(kRuntimeISA, Runtime::kSaveAll, in TEST_F() 104 GetCalleeSavePCOffset(kRuntimeISA, Runtime::kSaveAll)); in TEST_F()
|
D | quick_deoptimization_entrypoints.cc | 32 FinishCalleeSaveFrameSetup(self, sp, Runtime::kSaveAll); in artDeoptimize()
|
/art/runtime/arch/ |
D | arch_test.cc | 53 CheckFrameSize(InstructionSet::kArm, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F() 111 CheckFrameSize(InstructionSet::kArm64, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F() 169 CheckFrameSize(InstructionSet::kMips, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F() 227 CheckFrameSize(InstructionSet::kX86, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F() 285 CheckFrameSize(InstructionSet::kX86_64, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE); in TEST_F() 400 EXPECT_EQ(Runtime::GetCalleeSaveMethodOffset(Runtime::kSaveAll), in TEST_F()
|
/art/runtime/ |
D | runtime-inl.h | 34 } else if (method == GetCalleeSaveMethodUnchecked(Runtime::kSaveAll)) { in GetRuntimeMethodFrameInfo() 35 return GetCalleeSaveMethodFrameInfo(Runtime::kSaveAll); in GetRuntimeMethodFrameInfo()
|
D | runtime.h | 341 kSaveAll, enumerator
|
D | stack.cc | 552 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) { in WalkStack()
|
/art/runtime/arch/arm/ |
D | quick_method_frame_info_arm.h | 47 (type == Runtime::kSaveAll ? kArmCalleeSaveAllSpills : 0) | (1 << art::arm::LR); in ArmCalleeSaveCoreSpills() 51 return type == Runtime::kSaveAll ? kArmCalleeSaveFpAllSpills : 0; in ArmCalleeSaveFpSpills()
|
/art/runtime/arch/arm64/ |
D | quick_method_frame_info_arm64.h | 65 (type == Runtime::kSaveAll ? kArm64CalleeSaveAllSpills : 0); in Arm64CalleeSaveCoreSpills() 71 (type == Runtime::kSaveAll ? kArm64FpAllSpills : 0); in Arm64CalleeSaveFpSpills()
|
/art/runtime/arch/x86_64/ |
D | thread_x86_64.cc | 61 Runtime::GetCalleeSaveMethodOffset(Runtime::kSaveAll)); in InitCpu()
|
/art/runtime/arch/mips/ |
D | quick_method_frame_info_mips.h | 38 (type == Runtime::kSaveAll ? kMipsCalleeSaveAllSpills : 0) | (1 << art::mips::RA); in MipsCalleeSaveCoreSpills()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 443 } else if (method == runtime->GetCalleeSaveMethod(Runtime::kSaveAll)) { in GetName()
|
/art/runtime/gc/space/ |
D | image_space.cc | 649 Runtime::kSaveAll); in Init()
|
/art/compiler/ |
D | image_writer.cc | 454 runtime->GetCalleeSaveMethod(Runtime::kSaveAll)); in CreateImageRoots()
|