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/Values/
DbuiltinTypedArrayValues.ts82 let restore = myArray.values variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Keys/
DbuiltinTypedArrayKeys.ts82 let restore = myArray.keys variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Entries/
DbuiltinTypedArrayEntries.ts82 let restore = myArray.entries variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp358 auto restore = circuit_->NewGate(circuit_->RestoreRegister(i), in UpdateFrameValues() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6343 Insn &restore = GetInsnBuilder()->BuildInsn(MOP_xmovrr, spOpnd, spSaveOpnd); in LmbcGenSaveSpForAlloca() local