Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dtimer_module.cpp93 ets_method invokeMethod = mainEtsEnv_->Getp_method(cls, "invoke", nullptr); in TimerCallback() local
96 mainEtsEnv_->CallVoidMethod(info->GetFuncObject(), invokeMethod); in TimerCallback()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp639 auto *invokeMethod = functionalInterface->GetOwnProperty<checker::PropertyType::INSTANCE_METHOD>("invoke");
640 auto *invokeSignature = invokeMethod->TsType()->AsETSFunctionType()->CallSignatures()[0];
H A Dhelpers.cpp2588 auto *invokeMethod = in TryTransformingToStaticInvoke() local
2592 } else if (invokeMethod != nullptr) { in TryTransformingToStaticInvoke()
2608 methodId->SetVariable(invokeMethod); in TryTransformingToStaticInvoke()
H A Dobject.cpp2181 auto *const invokeMethod = classType->GetProperty(compiler::Signatures::STATIC_INVOKE_METHOD, searchFlag);
2182 if (invokeMethod == nullptr) {
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp718 auto *invokeMethod = util::NodeAllocator::ForceSetParent<ir::MethodDefinition>( in CreateLambdaClassInvoke() local
722 lciInfo->classDefinition->Body().push_back(invokeMethod); in CreateLambdaClassInvoke()
723 invokeMethod->SetParent(lciInfo->classDefinition); in CreateLambdaClassInvoke()

Completed in 12 milliseconds