Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_utils.cpp43 EtsMethod *invoke = lambda->GetClass()->GetMethod("invoke"); in InvokeVoid() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.cpp44 …auto *invoke = AsETSObjectType()->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("invoke"); in IsLambdaObject() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp56 …auto *invoke = type->GetOwnProperty<PropertyType::INSTANCE_METHOD>(FUNCTIONAL_INTERFACE_INVOKE_MET… in SetupFunctionalInterface() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h292 …auto *invoke = GetOwnProperty<PropertyType::INSTANCE_METHOD>(FUNCTIONAL_INTERFACE_INVOKE_METHOD_NA… in GetFunctionalInterfaceInvokeType() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp320 const auto *invoke = objectType->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>( in GenObjectType() local