/aosp12/art/compiler/utils/arm64/ |
H A D | assembler_arm64.cc | 146 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 D | enums.proto | 306 // 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 D | dwarf_test.cc | 93 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 D | CanvasFrontend.h | 160 submit<CanvasOpType::Restore>({}); in restore() 168 … static_assert(T != CanvasOpType::Restore, "Must use CanvasFrontend::restore() call instead"); in draw()
|
H A D | CanvasOpTypes.h | 29 Restore, enumerator
|
H A D | CanvasOps.h | 83 struct CanvasOp<CanvasOpType::Restore> {
|
/aosp12/hardware/google/pixel/health/include/pixelhealth/ |
H A D | CycleCountBackupRestore.h | 34 void Restore();
|
/aosp12/bionic/libc/arch-x86/bionic/ |
H A D | syscall.S | 59 # Restore the callee save registers.
|
/aosp12/art/libelffile/dwarf/ |
H A D | debug_frame_opcode_writer.h | 108 Restore(Reg(reg_base.num() + i)); in RestoreMany() 141 void ALWAYS_INLINE Restore(Reg reg) { in Restore() function
|
/aosp12/system/tools/aidl/ |
H A D | diagnostics.cpp | 85 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 D | DisplayListOps.in | 19 X(Restore)
|
H A D | RecordingCanvas.cpp | 95 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 D | CycleCountBackupRestore.cpp | 38 void CycleCountBackupRestore::Restore() { in Restore() function in hardware::google::pixel::health::CycleCountBackupRestore
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | CanvasOpTests.cpp | 83 buffer.push<Op::Restore>({}); in TEST() 95 case Op::Restore: in TEST() 639 EXPECT_EQ(1, receiver[Op::Restore]); in TEST()
|
H A D | CanvasFrontendTests.cpp | 75 EXPECT_EQ(1, receiver[CanvasOpType::Restore]); in TEST()
|
/aosp12/art/tools/ahat/ |
H A D | README.txt | 77 Restore old presentation of sample paths from gc roots.
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | jni_macro_assembler_x86_64.cc | 108 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 D | dialer_impression.proto | 295 // Android Auto Backup and Restore (Dolly) 513 // Dialer Key/Value Backup and Restore
|
/aosp12/art/runtime/arch/arm/ |
H A D | quick_entrypoints_arm.S | 452 ldr r10, [sp, #8] @ Restore JValue* result 453 ldr sp, [sp, #4] @ Restore saved stack pointer
|
/aosp12/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 106 cfi().Restore(DWARFReg(spill)); in RemoveFrame()
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | IDrmPlugin.hal | 141 * Restore persisted offline keys into a new session
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.cc | 1516 __ cfi().Restore(DWARFReg(RDI)); in MaybeIncrementHotness() 1588 __ cfi().Restore(DWARFReg(kFpuCalleeSaves[i])); in GenerateFrameExit() 1600 __ cfi().Restore(DWARFReg(reg)); in GenerateFrameExit()
|
H A D | code_generator_arm64.cc | 1264 GetAssembler()->cfi().Restore(DWARFReg(lowest_spill)); in GenerateFrameExit()
|
/aosp12/system/core/init/ |
H A D | README.md | 594 > Restore the file named by _path_ to the security context specified
|
/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 1852 // OPEN: Settings > APN > Restore default dialog
|