Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1177 MIRConst *funcAddrConst = addrAggConst->GetConstVecItem(0); in EmitAsmLabel() local
1178 if (funcAddrConst->GetKind() == kConstAddrofFunc) { in EmitAsmLabel()
1180 innerFuncAddr = safe_cast<MIRAddroffuncConst>(funcAddrConst); in EmitAsmLabel()
1181 } else if (funcAddrConst->GetKind() == kConstInt) { in EmitAsmLabel()
1189 MIRIntConst *funcAddrIndexConst = safe_cast<MIRIntConst>(funcAddrConst); in EmitAsmLabel()

Completed in 4 milliseconds