Searched refs:kConstAddrof (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 30 kConstAddrof, enumerator 216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() 219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 699 case kConstAddrof: { in EmitAsmLabel() 1167 if (pAddrConst->GetKind() == kConstAddrof) { in EmitAsmLabel() 1554 } else if (elemConst->GetKind() == kConstAddrof) { /* addrof symbol const */ in EmitAsmLabel() 1898 CHECK_FATAL(elemConst->GetKind() == kConstAddrof, "must be"); in EmitAsmLabel() 2166 if (mirConst != nullptr && mirConst->GetKind() == kConstAddrof) { in EmitAsmLabel() 2577 if (elemConst->GetKind() == kConstAddrof) { in EmitAsmLabel() 2634 if (mirConst->GetKind() == kConstAddrof) { in EmitAsmLabel()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 1632 case kConstAddrof: in EmitSingleElement()
|
Completed in 7 milliseconds