Home
last modified time | relevance | path

Searched defs:MIRStrConst (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp233 MIRStrConst::MIRStrConst(const std::string &str, MIRType &type) in MIRStrConst() function in MIRStrConst
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h314 class MIRStrConst : public MIRConst { class
316 MIRStrConst(UStrIdx val, MIRType &type) : MIRConst(type, kConstStrConst), value(val) {} in MIRStrConst() function in maple::MIRStrConst

Completed in 2 milliseconds