Home
last modified time | relevance | path

Searched defs:ifaceType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp434 auto ifaceType = EtsClass::FromRuntimeClass(interfaces[i]); in TypeAPIGetInterface() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp1010 auto *ifaceType = oldCallee->TsType() != nullptr && oldCallee->TsType()->IsETSObjectType() in InsertInvokeCall() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1046 Type ifaceType(item, 0); in HandleInterfaces() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2123 void ETSChecker::CacheFunctionalInterface(ir::ETSFunctionType *type, ETSObjectType *ifaceType) in CacheFunctionalInterface()