Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/import_name/
Dexport_funtion.ts17 const ans = parameter + 1; constant
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp209 bool ans = false; in SafeCalCallSiteInfo() local
Delf_builder.cpp264 llvm::ELF::Elf64_Word ans = -1; in FindShName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp1109 …GateRef ans = NewValueFromPredBB(bb, i, gateAcc_.GetState(bb.loopBackStateMerge, loopBackIndex - 1… in NewLoopBackPhi() local
1170 …GateRef ans = NewValueFromPredBB(bb, i, gateAcc_.GetState(bb.stateMerge, forwardIndex - 1), reg, a… in NewLoopForwardPhi() local
1192 GateRef ans = NewValueFromPredBB(bb, i, gateAcc_.GetIn(bb.stateMerge, i), reg, acc); in NewPhi() local
1269 auto ans = Circuit::NullGate(); in ResolveDef() local
Dearly_elimination.cpp388 GateRef ans = renames_[acc_.GetId(gate)]; in Rename() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp524 int64_t ans; in Now() local