| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_methods.h | 79 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 D | codegen_test.cpp | 454 RuntimeInterface::MethodPtr method; in HWTEST_F() local
|
| H A D | runtime_adapter_test.cpp | 42 std::vector<RuntimeInterface::MethodPtr> method; member [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.h | 71 IrBuilder(Graph *graph, RuntimeInterface::MethodPtr method) in IrBuilder() argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | runtime_adapter.h | 444 MethodCast(RuntimeInterface::MethodPtr method) MethodCast() argument [all...] |
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 42 std::vector<RuntimeInterface::MethodPtr> method; member [all...] |
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| H A D | compiled_method.h | 34 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 D | object_type_propagation.cpp | 90 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 D | linear_order_test.cpp | 46 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 D | llvm_compiler.cpp | 109 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 D | ets_method_wrapper.cpp | 55 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 D | wrapped_module.cpp | 41 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 D | proto_reader.h | 26 ALWAYS_INLINE ProtoReader(Method *method, ClassLinker *classLinker, ClassLinkerContext *classLinkerContext) in ProtoReader() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | js_refconvert_function.cpp | 39 auto method = etsThis->GetClass()->GetMethod("invoke"); in EtsLambdaProxyInvoke() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | deoptimization.cpp | 127 Thread::GetCurrent()->GetVM()->GetCompiler()->RemoveOsrCode(method); global() variable 190 auto method = stack->GetMethod(); Deoptimize() local [all...] |
| H A D | imtable_builder.cpp | 99 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 D | ets_promise.cpp | 81 auto *method = EtsMethod::ToRuntimeMethod(callback->GetClass()->GetMethod("invoke")); in LaunchCallback() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | stack_reference_check_test.cpp | 85 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 D | InterfaceNativeTest.cpp | 24 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 D | register_native_methods_test.cpp | 52 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 D | vtable_builder_standard-inl.h | 101 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 D | interpreter_impl.cpp | 135 auto method = frame->GetMethod(); in DebugDump() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | interpreter_test_switch.cpp | 65 Method *method; member
|
| H A D | osr_code_test.cpp | 61 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 D | test_util.cpp | 37 int32_t TestUtil::GetValueRegister(Method *method, const char *varName, uint32_t offset) in GetValueRegister() argument
|