Home
last modified time | relevance | path

Searched refs:nameVec (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dtarget_registry.h30 using CGCtorFnTy = CG *(*)(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec,
52 CG *createCG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in createCG() argument
58 return CGCtorFn(mod, opts, nameVec, patternMap); in createCG()
150 static CG *Allocator(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in Allocator()
153 return new CGImpl(mod, opts, nameVec, patternMap); in Allocator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cg.h33 X64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in X64CG() argument
36 ehExclusiveNameVec(nameVec), in X64CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cg.h38 AArch64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in AArch64CG() argument
41 ehExclusiveNameVec(nameVec), in AArch64CG()
/arkcompiler/ets_frontend/es2panda/aot/
H A Dmain.cpp226 auto nameVec = util::Split(name, util::CHAR_VERTICAL_LINE); in CheckMergeModeConsistency() local
227 auto abcFileName = nameVec[0]; in CheckMergeModeConsistency()
228 auto recordName = nameVec.back(); in CheckMergeModeConsistency()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2552 std::vector<std::string> nameVec; in EmitAsmLabel() local
2554 nameVec.emplace_back(name); in EmitAsmLabel()
2555 nameVec.emplace_back(name + "Size"); in EmitAsmLabel()
2558 for (const auto &gcrootsName : nameVec) { in EmitAsmLabel()

Completed in 7 milliseconds