Home
last modified time | relevance | path

Searched refs:EmitLiteral (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h211 void EmitLiteral(const MIRSymbol &literal, const std::map<GStrIdx, MIRType *> &strIdx2Type);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1684 void Emitter::EmitLiteral(const MIRSymbol &literal, const std::map<GStrIdx, MIRType *> &strIdx2Type) in EmitAsmLabel() function in maplebe::Emitter
1707 CHECK_FATAL(mirConst != nullptr, "mirConst should not be nullptr in EmitLiteral"); in EmitAsmLabel()
1827 EmitLiteral(*(literalPair.first), strIdx2Type); in EmitAsmLabel()

Completed in 6 milliseconds