Home
last modified time | relevance | path

Searched refs:kConstStr16Const (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h34 kConstStr16Const, enumerator
348 MIRStr16Const(const U16StrIdx &val, MIRType &type) : MIRConst(type, kConstStr16Const), value(val) {} in MIRStr16Const()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp260 : MIRConst(type, kConstStr16Const), value(GlobalTables::GetU16StrTable().GetOrCreateStrIdxFromName(str)) in MIRStr16Const()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp228 if (st->GetKonst()->GetKind() == kConstStr16Const) { in EmitFunctionSymbolTable()
H A Demit.cpp475 if (st->GetKonst()->GetKind() == kConstStr16Const) { in EmitAsmLabel()
694 case kConstStr16Const: { in EmitAsmLabel()

Completed in 8 milliseconds