Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp259 MIRStr16Const::MIRStr16Const(const std::u16string &str, MIRType &type) in MIRStr16Const() function in MIRStr16Const
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h346 class MIRStr16Const : public MIRConst { class
348 MIRStr16Const(const U16StrIdx &val, MIRType &type) : MIRConst(type, kConstStr16Const), value(val) {} in MIRStr16Const() function in maple::MIRStr16Const

Completed in 3 milliseconds