Searched refs:EmitMuidTable (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 2175 EmitMuidTable(muidVec, strIdx2Type, mirSymbol->GetMuidTabName()); in EmitAsmLabel() 2188 EmitMuidTable(muidVec, strIdx2Type, kFunctionProfileTabPrefixStr); in EmitAsmLabel() 2397 EmitMuidTable(constStrVec, strIdx2Type, kMuidConststrPrefixStr); in EmitAsmLabel() 2483 EmitMuidTable(hotItabCStVec, strIdx2Type, kMuidItabConflictPrefixStr); in EmitAsmLabel() 2498 EmitMuidTable(hotVtabStVec, strIdx2Type, kMuidVtabAndItabPrefixStr); in EmitAsmLabel() 2503 EmitMuidTable(vtabOffsetVec, strIdx2Type, kMuidVtabOffsetPrefixStr); in EmitAsmLabel() 2505 EmitMuidTable(fieldOffsetVec, strIdx2Type, kMuidFieldOffsetPrefixStr); in EmitAsmLabel() 2507 EmitMuidTable(valueOffsetVec, strIdx2Type, kMuidValueOffsetPrefixStr); in EmitAsmLabel() 2509 EmitMuidTable(localClassInfoVec, strIdx2Type, kMuidLocalClassInfoStr); in EmitAsmLabel() 2511 EmitMuidTable(staticDecoupleKeyVe in EmitAsmLabel() 2602 void Emitter::EmitMuidTable(const std::vector<MIRSymbol *> &vec, const std::map<GStrIdx, MIRType *> &strIdx2Type, EmitAsmLabel() function in maplebe::Emitter [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | emit.h | 227 void EmitMuidTable(const std::vector<MIRSymbol *> &vec, const std::map<GStrIdx, MIRType *> &strIdx2Type,
|
Completed in 9 milliseconds