Home
last modified time | relevance | path

Searched defs:backup (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Ceil/
DbuiltinMathCeil.ts42 let backup = Math.ceil variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Floor/
DbuiltinMathFloor.ts42 let backup = Math.floor variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp300 std::streambuf *backup = LogInfo::MapleLogger().rdbuf(); in Emit() local
350 std::streambuf *backup = LogInfo::MapleLogger().rdbuf(); in OutputFunctionListAsciiMpl() local
367 std::streambuf *backup = LogInfo::MapleLogger().rdbuf(); in DumpToFile() local
401 std::streambuf *backup = LogInfo::MapleLogger().rdbuf(); in DumpInlineCandidateToFile() local
458 std::streambuf *backup = LogInfo::MapleLogger().rdbuf(); in DumpClassToFile() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1171 … JSHandle<JSTaggedValue> &hook, JSHandle<JSTaggedValue> &backup) in ReplaceFunctionForHook()
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js1673 function testOneNan(typedArray, backup, isDouble) { argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp970 JSHandle<JSTaggedValue> backup = JSHandle<JSTaggedValue>(backupFunction); in HWTEST_F_L0() local