Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values/
DbuiltinTypedArrayValues.ts96 let restore = myArray.values variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Entries/
DbuiltinTypedArrayEntries.ts96 let restore = myArray.entries variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Keys/
DbuiltinTypedArrayKeys.ts96 let restore = myArray.keys variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp364 auto restore = circuit_->NewGate(circuit_->RestoreRegister(i), in UpdateFrameValues() local