Home
last modified time | relevance | path

Searched refs:GetFileNameAsPostfix (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h384 std::string GetFileNameAsPostfix() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1358 namemangler::kMuidFuncDefTabPrefixStr + cg->GetMIRModule()->GetFileNameAsPostfix(); in GetAddroffuncConst()
1493 std::string strTabName = reflectStrTabPrefix + cg->GetMIRModule()->GetFileNameAsPostfix(); in EmitIntConst()
1573 … std::string muidDataTabName = muidDataTabPrefix + cg->GetMIRModule()->GetFileNameAsPostfix(); in EmitIntConst()
1746 …(void)Emit(namemangler::kVtabOffsetTabStr + cg->GetMIRModule()->GetFileNameAsPostfix() + " - .\n"); in EmitConstantTable()
1748 …(void)Emit(namemangler::kFieldOffsetTabStr + cg->GetMIRModule()->GetFileNameAsPostfix() + " - .\n"… in EmitConstantTable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3228 namemangler::kReflectionStrtabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()
3231 namemangler::kReflectionStartHotStrtabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()
3234 namemangler::kReflectionBothHotStrTabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()
3237 namemangler::kReflectionRunHotStrtabPrefixStr + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()
3240 namemangler::kArrayClassCacheNameTable + mirModule.GetFileNameAsPostfix())); in InitArrayClassCacheTableIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp699 std::string MIRModule::GetFileNameAsPostfix() const in GetFileNameAsPostfix() function in maple::MIRModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp9445 …string bbProfileName = namemangler::kBBProfileTabPrefixStr + GetMirModule().GetFileNameAsPostfix(); in SelectMPLProfCounterInc()