Home
last modified time | relevance | path

Searched defs:method (Results 176 - 200 of 1026) sorted by relevance

12345678910>>...42

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.h79 static inline int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload() argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp454 RuntimeInterface::MethodPtr method; in HWTEST_F() local
H A Druntime_adapter_test.cpp42 std::vector<RuntimeInterface::MethodPtr> method; member
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.h71 IrBuilder(Graph *graph, RuntimeInterface::MethodPtr method) in IrBuilder() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h444 MethodCast(RuntimeInterface::MethodPtr method) MethodCast() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp42 std::vector<RuntimeInterface::MethodPtr> method; member
[all...]
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Dcompiled_method.h34 CompiledMethod(Arch arch, Method *method, size_t index) : arch_(arch), method_(method), index_(index) {} in CompiledMethod() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp90 auto method = inst->GetMethod(); in VisitLoadObject() local
130 auto method = graph->GetMethod(); in VisitParameter() local
155 auto method = inst->GetCallMethod(); ProcessManagedCall() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlinear_order_test.cpp46 auto method = reinterpret_cast<Method *>(GetGraph()->GetMethod()); in StartProfiling() local
54 auto method = reinterpret_cast<Method *>(GetGraph()->GetMethod()); in UpdateBranchTaken() local
63 auto method = reinterpret_cast<Method *>(GetGraph()->GetMethod()); in UpdateBranchNotTaken() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_compiler.cpp109 bool LLVMCompiler::IsInliningDisabled(compiler::RuntimeInterface *runtime, compiler::RuntimeInterface::MethodPtr method) in IsInliningDisabled() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_method_wrapper.cpp55 napi_property_descriptor EtsMethodWrapper::MakeNapiProperty(EtsMethodSet *method, LazyEtsMethodWrapperLink *lazyLink) in MakeNapiProperty() argument
130 Method *method = etsMethod->GetPandaMethod(); in EtsMethodCallHandler() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dwrapped_module.cpp41 void WrappedModule::AddMethod(ark::compiler::RuntimeInterface::MethodPtr method) in AddMethod() argument
62 bool WrappedModule::HasFunctionDefinition(ark::compiler::RuntimeInterface::MethodPtr method) in HasFunctionDefinition() argument
68 llvm::Function *WrappedModule::GetFunctionByMethodPtr(ark::compiler::RuntimeInterface::MethodPtr method) in GetFunctionByMethodPtr() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dproto_reader.h26 ALWAYS_INLINE ProtoReader(Method *method, ClassLinker *classLinker, ClassLinkerContext *classLinkerContext) in ProtoReader() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_refconvert_function.cpp39 auto method = etsThis->GetClass()->GetMethod("invoke"); in EtsLambdaProxyInvoke() local
/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp127 Thread::GetCurrent()->GetVM()->GetCompiler()->RemoveOsrCode(method); global() variable
190 auto method = stack->GetMethod(); Deoptimize() local
[all...]
H A Dimtable_builder.cpp99 AddMethod(ark::Span<ark::Method *> imtable, [[maybe_unused]] uint32_t imtableSize, uint32_t id, Method *method) AddMethod() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_promise.cpp81 auto *method = EtsMethod::ToRuntimeMethod(callback->GetClass()->GetMethod("invoke")); in LaunchCallback() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dstack_reference_check_test.cpp85 ets_method method = env->GetStaticp_method(cls_A, "NativeRefStringCheck", "Lstd/core/String;:Z"); in TEST_F() local
135 ets_method method = env->GetStaticp_method(cls_A, "NativeRefMultiStringCheck", signature.c_str()); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DInterfaceNativeTest.cpp24 ets_method method = env->GetStaticp_method(cls, "staticLongMethod", "I:J"); in ETS_InterfaceNativeTest_callMethod() local
34 ets_method method = env->GetStaticp_method(cls, "staticVoidMethod", "C:V"); in ETS_InterfaceNativeTest_testChar() local
42 ets_method method = env->Getp_method(cls, "<ctor>", ":V"); in ETS_InterfaceNativeTest_testFloat() local
63 ets_method method = env->Getp_method(cls, "<ctor>", "I:V"); in ETS_InterfaceNativeTest_testNewObject() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/native_methods/
H A Dregister_native_methods_test.cpp52 EtsMethod *method = klass->GetMethod(FAST_NATIVE_METHOD_NAME); in Func0() local
69 auto method = env_->GetStaticp_method(cls, GENERIC_NATIVE_METHOD_NAME, SIGNATURE_FUNC0); in TEST_F() local
95 auto method = env_->GetStaticp_method(cls, FAST_NATIVE_METHOD_NAME, "I:Z"); in TEST_F() local
123 auto method = env_->GetStaticp_method(cls, FAST_NATIVE_METHOD_NAME, "I:Z"); TEST_F() local
149 auto method = env_->GetStaticp_method(cls, CRITICAL_NATIVE_METHOD_NAME, "JJ:J"); TEST_F() local
180 auto method = env_->GetStaticp_method(cls, CRITICAL_NATIVE_METHOD_NAME, "JJ:J"); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvtable_builder_standard-inl.h101 bool StandardVTableBuilder<OverridePred>::IsMaxSpecificInterfaceMethod(const Class *iface, const Method &method, in IsMaxSpecificInterfaceMethod() argument
130 Method *method in ProcessDefaultMethod() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter_impl.cpp135 auto method = frame->GetMethod(); in DebugDump() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_switch.cpp65 Method *method; member
H A Dosr_code_test.cpp61 Method *method = klass->GetDirectMethod(utf::CStringAsMutf8(ss.str().c_str())); in GetMethod() local
99 Method *method = GetMethod(klass, i); in CompileMethods() local
105 Method *method = GetMethod(klass, i); in CompileMethods() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.cpp37 int32_t TestUtil::GetValueRegister(Method *method, const char *varName, uint32_t offset) in GetValueRegister() argument

Completed in 10 milliseconds

12345678910>>...42