Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/import_name/
Dexport_funtion.ts17 const ans = parameter + 1; constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
Dconstantfold_test.cpp46 MIRConst *ans; in TEST() local
81 BaseNode *ans = cf_obj.Fold(&root); in TEST() local
113 BaseNode *ans = cf_obj.Fold(&root); in TEST() local
149 BaseNode *ans = cf_obj.Fold(&root); in TEST() local
184 BaseNode *ans = cf_obj.Fold(&root); in TEST() local
194 BaseNode *ans = cf_obj.Fold(&root); in TEST() local
246 BaseNode *ans = cf_obj.Fold(&type_cvt_node); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mempool/
Dmaple_string_test.cpp31 size_t ans; in TEST() local
58 size_t ans; in TEST() local
79 size_t ans; in TEST() local
97 size_t ans; in TEST() local
111 MapleString ms_obj(testStr, &memPool1), ans(testStr, &memPool2); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp53 maplebe::Insn *ans = test_bb.InsertInsnBefore(existing, newInsn); in TEST() local
69 maplebe::Insn *ans; in TEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp1576 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1585 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1594 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1603 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1623 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1632 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1641 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1650 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1659 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
1668 JSHandle<EcmaString> ans = factory->ConcatFromString(firstString, secondString); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dsource_map.cpp172 std::vector<int32_t> ans; in ExtractSourceMapData() local
308 bool SourceMap::VlqRevCode(const std::string& vStr, std::vector<int32_t>& ans) in VlqRevCode()
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dsource_map_test.cpp252 bool VlqRevCode(const std::string &vStr, std::vector<int32_t> &ans) in VlqRevCode()
517 std::vector<int32_t> ans; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp339 bool ans = false; in SafeCalCallSiteInfo() local
Delf_builder.cpp288 llvm::ELF::Elf64_Word ans = -1; in FindShName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp489 GateRef ans = renames_[acc_.GetId(gate)]; in Rename() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp510 int64_t ans = static_cast<int64_t>(tv.tv_sec) * MS_PER_SECOND + (tv.tv_usec / MS_PER_SECOND); in Now() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3423 int64_t ans; in DEF_RUNTIME_STUBS() local