Home
last modified time | relevance | path

Searched refs:Restore (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/art/compiler/utils/arm64/
H A Dassembler_arm64.cc146 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
153 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
154 cfi_.Restore(DWARFReg(dst1)); in UnspillRegisters()
160 cfi_.Restore(DWARFReg(dst0)); in UnspillRegisters()
/aosp12/frameworks/proto_logging/stats/enums/telephony/
H A Denums.proto306 // Restore was done during SuW.
308 // Restore was done once sim was inserted.
317 // Restore was done by matching two sims by ICCID.
319 // Restore was done by matching carrierId and phoneNumber.
321 // Restore was done by matching carrierId only.
/aosp12/art/compiler/debug/dwarf/
H A Ddwarf_test.cc93 opcodes.Restore(Reg(0x3F)); in TEST_F()
95 opcodes.Restore(Reg(0x40)); in TEST_F()
97 opcodes.Restore(reg); in TEST_F()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h160 submit<CanvasOpType::Restore>({}); in restore()
168 … static_assert(T != CanvasOpType::Restore, "Must use CanvasFrontend::restore() call instead"); in draw()
H A DCanvasOpTypes.h29 Restore, enumerator
H A DCanvasOps.h83 struct CanvasOp<CanvasOpType::Restore> {
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DCycleCountBackupRestore.h34 void Restore();
/aosp12/bionic/libc/arch-x86/bionic/
H A Dsyscall.S59 # Restore the callee save registers.
/aosp12/art/libelffile/dwarf/
H A Ddebug_frame_opcode_writer.h108 Restore(Reg(reg_base.num() + i)); in RestoreMany()
141 void ALWAYS_INLINE Restore(Reg reg) { in Restore() function
/aosp12/system/tools/aidl/
H A Ddiagnostics.cpp85 void Restore(const AidlAnnotatable&) { in Restore() function in android::aidl::DiagnosticsContext
110 Hook restore{std::bind(&DiagnosticsContext::Restore, &diag, _1)}; in Check()
/aosp12/frameworks/base/libs/hwui/
H A DDisplayListOps.in19 X(Restore)
H A DRecordingCanvas.cpp95 struct Restore final : Op { struct
96 static const auto kType = Type::Restore; argument
628 this->push<Restore>(0); in restore()
/aosp12/hardware/google/pixel/health/
H A DCycleCountBackupRestore.cpp38 void CycleCountBackupRestore::Restore() { in Restore() function in hardware::google::pixel::health::CycleCountBackupRestore
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp83 buffer.push<Op::Restore>({}); in TEST()
95 case Op::Restore: in TEST()
639 EXPECT_EQ(1, receiver[Op::Restore]); in TEST()
H A DCanvasFrontendTests.cpp75 EXPECT_EQ(1, receiver[CanvasOpType::Restore]); in TEST()
/aosp12/art/tools/ahat/
H A DREADME.txt77 Restore old presentation of sample paths from gc roots.
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc108 cfi().Restore(DWARFReg(spill.AsXmmRegister().AsFloatRegister())); in RemoveFrame()
125 cfi().Restore(DWARFReg(spill.AsCpuRegister().AsRegister())); in RemoveFrame()
/aosp12/packages/apps/Dialer/java/com/android/dialer/logging/
H A Ddialer_impression.proto295 // Android Auto Backup and Restore (Dolly)
513 // Dialer Key/Value Backup and Restore
/aosp12/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S452 ldr r10, [sp, #8] @ Restore JValue* result
453 ldr sp, [sp, #4] @ Restore saved stack pointer
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc106 cfi().Restore(DWARFReg(spill)); in RemoveFrame()
/aosp12/hardware/interfaces/drm/1.0/
H A DIDrmPlugin.hal141 * Restore persisted offline keys into a new session
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1516 __ cfi().Restore(DWARFReg(RDI)); in MaybeIncrementHotness()
1588 __ cfi().Restore(DWARFReg(kFpuCalleeSaves[i])); in GenerateFrameExit()
1600 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
H A Dcode_generator_arm64.cc1264 GetAssembler()->cfi().Restore(DWARFReg(lowest_spill)); in GenerateFrameExit()
/aosp12/system/core/init/
H A DREADME.md594 > Restore the file named by _path_ to the security context specified
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto1852 // OPEN: Settings > APN > Restore default dialog

12