Searched refs:nameVec (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | target_registry.h | 30 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 D | x64_cg.h | 33 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 D | aarch64_cg.h | 38 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 D | main.cpp | 226 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 D | emit.cpp | 2552 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 6 milliseconds