Home
last modified time | relevance | path

Searched defs:method (Results 876 - 900 of 1255) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c1804 eap_sm_Policy_doPickUp(struct eap_sm *sm, enum eap_type method) eap_sm_Policy_doPickUp() argument
[all...]
H A Dikev2.c588 ikev2_process_auth_cert(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_cert() argument
602 ikev2_process_auth_secret(struct ikev2_initiator_data *data, u8 method, const u8 *auth, size_t auth_len) ikev2_process_auth_secret() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_pd.c576 u16 method; in p2p_process_prov_disc_req() local
405 p2ps_setup_p2ps_prov(struct p2p_data *p2p, u32 adv_id, u32 session_id, u16 method, const u8 *session_mac, const u8 *adv_mac) p2ps_setup_p2ps_prov() argument
[all...]
/third_party/zlib/
H A Ddeflate.h114 Byte method; /* can only be DEFLATED */ member
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp59 Method *method = Method::Cast(extractor->GetConstructorMethod().GetTaggedObject()); in BuildClassInfoExtractorFromLiteral() local
[all...]
H A Dprogram_object.h523 JSHandle<Method> method = factory->NewSMethod( in GetMethodFromCache() local
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp186 JSHandle<Method> method; in NewSMethod() local
224 auto method = NewSMethod(nullptr, spaceType); NewSMethodForNativeFunction() local
237 NewSFunctionByHClass(const JSHandle<Method> &method, const JSHandle<JSHClass> &hclass) NewSFunctionByHClass() argument
257 JSHandle<Method> method = NewSMethodForNativeFunction(func, kind, builtinId, spaceType); NewSFunctionWithAccessor() local
266 JSHandle<Method> method = NewSMethodForNativeFunction(func, kind, builtinId, spaceType); NewSFunctionByHClass() local
471 NewSFunctionTemplate( const JSHandle<Method> &method, const JSHandle<JSTaggedValue> &module, int32_t length) NewSFunctionTemplate() argument
616 NewSClassInfoExtractor( JSHandle<JSTaggedValue> method) NewSClassInfoExtractor() argument
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp265 void ItemContainer::DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debug_info_deduper, in DeduplicateDebugInfo() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp152 void LLVMArkInterface::PutCalleeSavedRegistersMask(llvm::StringRef method, RegMasks masks) in PutCalleeSavedRegistersMask() argument
157 LLVMArkInterface::RegMasks LLVMArkInterface::GetCalleeSavedRegistersMask(llvm::StringRef method) in GetCalleeSavedRegistersMask() argument
800 PutMethodStackSize(const llvm::Function *method, uint64_t size) PutMethodStackSize() argument
[all...]
H A Dllvm_aot_compiler.cpp251 auto method = static_cast<Method *>(graph->GetMethod()); TryAddGraph() local
384 auto method = graph->GetMethod(); AddGraphToModule() local
594 auto method = CollectAotBuilderOffsets() local
603 AdaptCode(Method *method, Span<const uint8_t> machineCode) AdaptCode() argument
707 AddInlineMethodByDepth(WrappedModule &module, compiler::Graph *caller, compiler::RuntimeInterface::MethodPtr method, int32_t depth) AddInlineMethodByDepth() argument
765 auto method = instruction->CastToCallStatic()->GetCallMethod(); AddInlineFunctionsByDepth() local
772 CreateGraph(ArenaAllocator &allocator, ArenaAllocator &localAllocator, Method &method) CreateGraph() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp652 std::string GetMethodFullName(const Graph *graph, RuntimeInterface::MethodPtr method) in GetMethodFullName() argument
798 RuntimeInterface::MethodPtr method; in GetBranchCounter() local
823 auto method in GetThrowCounter() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp518 void PandaEtsVM::ResolveNativeMethod(Method *method) in ResolveNativeMethod() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp630 bool Paoc::Compile(Method *method, size_t methodIndex) in Compile() argument
902 Skip(Method *method) Skip() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.cpp282 void ItemContainer::DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debugInfoDeduper, in DeduplicateDebugInfo() argument
299 static void DeduplicateCode(MethodItem *method, ItemDeduper *codeDeduper) in DeduplicateCode() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h178 explicit Method(const Method *method) in Method() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h192 static uint32_t FindCatchBlock([[maybe_unused]] const Method &method, [[maybe_unused]] ObjectHeader *exception, in FindCatchBlock() argument
218 static void JITCompileMethod(Method *method) in JITCompileMethod() argument
233 static void SetupResolvedMethod(Method *method) in SetupResolvedMethod() argument
299 static Value InvokeMethod(ManagedThread *thread, Method *method, Value *args) in InvokeMethod() argument
341 static void ThrowAbstractMethodError(Method *method) in ThrowAbstractMethodError() argument
347 ThrowIncompatibleClassChangeErrorForMethodConflict([[maybe_unused]] Method *method) ThrowIncompatibleClassChangeErrorForMethodConflict() argument
400 CreateFrame(size_t nregs, Method *method, Frame *prev) CreateFrame() argument
409 CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, Method *method, Frame *prev) CreateFrameWithActualArgsAndSize() argument
452 GetLanguageContext(const Method &method) GetLanguageContext() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h95 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs) in Frame() argument
107 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) in Frame() argument
160 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() argument
447 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() argument
767 CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) CreateFrame() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.cpp383 Method *method = stack.GetMethod(); in GetCurrentFrame() local
400 Method *method = stack.GetMethod(); in EnumerateFrames() local
527 BytecodePcChanged(ManagedThread *thread, Method *method, uint32_t bcOffset) BytecodePcChanged() argument
558 MethodEntry(ManagedThread *managedThread, Method *method) MethodEntry() argument
560 hooks_.MethodEntry(PtThread(managedThread), method); MethodEntry() local
563 MethodExit(ManagedThread *managedThread, Method *method) MethodExit() argument
567 hooks_.MethodExit(PtThread(managedThread), method, isExceptionTriggered, retValue); MethodExit() local
612 HandleBreakpoint(ManagedThread *managedThread, Method *method, const PtLocation &location) HandleBreakpoint() argument
621 hooks_.Breakpoint(PtThread(managedThread), method, location); HandleBreakpoint() local
625 ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) ExceptionThrow() argument
638 hooks_.Exception(PtThread(thread), method, throwLocation, handle.GetPtr(), res.first, catchLocation); ExceptionThrow() local
641 ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) ExceptionCatch() argument
648 hooks_.ExceptionCatch(PtThread(thread), method, catchLocation, exceptionObject); ExceptionCatch() local
651 HandleStep(ManagedThread *managedThread, Method *method, const PtLocation &location) HandleStep() argument
653 hooks_.SingleStep(PtThread(managedThread), method, location); HandleStep() local
657 HandleNotifyFramePop(ManagedThread *managedThread, Method *method, bool wasPoppedByException) HandleNotifyFramePop() argument
661 hooks_.FramePop(PtThread(managedThread), method, wasPoppedByException); HandleNotifyFramePop() local
681 HandlePropertyAccess(ManagedThread *thread, Method *method, const PtLocation &location) HandlePropertyAccess() argument
719 hooks_.PropertyAccess(PtThread(thread), method, location, nullptr, ptProperty); HandlePropertyAccess() local
722 hooks_.PropertyAccess(PtThread(thread), method, location, reg.GetReference(), ptProperty); HandlePropertyAccess() local
728 HandlePropertyModify(ManagedThread *thread, Method *method, const PtLocation &location) HandlePropertyModify() argument
767 hooks_.PropertyModification(PtThread(thread), method, location, nullptr, ptProperty, value); HandlePropertyModify() local
770 hooks_.PropertyModification(PtThread(thread), method, location, reg.GetReference(), ptProperty, value); HandlePropertyModify() local
928 PtDebugFrame(Method *method, Frame *interpreterFrame) PtDebugFrame() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp820 const ir::ScriptFunction *method = prop->Value()->AsFunctionExpression()->Function(); in CreateLiteral() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp258 JSHandle<Method> method = JSHandle<Method>(thread, func->GetMethod()); in RemoveAOTFlag() local
470 Method *method = func->GetCallTarget(); in IsAOTDeoptimized() local
488 Method *method = func->GetCallTarget(); in CheckDeoptStatus() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp335 void AOTFileManager::PrintAOTEntry(const JSPandaFile *file, const Method *method, uintptr_t entry) in PrintAOTEntry() argument
374 Method *method = mainFunc->GetCallTarget(); in SetAOTMainFuncEntry() local
390 SetAOTFuncEntry(const JSPandaFile *jsPandaFile, JSFunction *function, Method *method, uint32_t entryIndex, bool *canFastCall) SetAOTFuncEntry() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp340 GateRef CircuitBuilder::GetCallBuiltinId(GateRef method) in GetCallBuiltinId() argument
H A Dinterpreter_stub-inl.h267 GateRef method = GetMethodFromFunction(function); in GetNewTarget() local
329 GateRef InterpreterStubBuilder::GetConstpoolFromMethod(GateRef method) in GetConstpoolFromMethod() argument
506 GateRef method = GetMethodFromJSFunctionOrProxy(function); in GetStartIdxAndNumArgs() local
712 GateRef InterpreterStubBuilder::GetHotnessCounterFromMethod(GateRef method) in GetHotnessCounterFromMethod() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp480 auto *const method = importedVar->Declaration()->Node()->AsMethodDefinition(); in AddOverloadFlag() local
[all...]

Completed in 43 milliseconds

1...<<31323334353637383940>>...51