Home
last modified time | relevance | path

Searched defs:restore (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Entries/
DbuiltinTypedArrayEntries.ts96 let restore = myArray.entries variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values/
DbuiltinTypedArrayValues.ts96 let restore = myArray.values variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Keys/
DbuiltinTypedArrayKeys.ts96 let restore = myArray.keys variable
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dcpumask.py86 def restore(self) -> None: member in CPUMask
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp385 auto restore = circuit_->NewGate(circuit_->RestoreRegister(i), in UpdateFrameValues() local