Home
last modified time | relevance | path

Searched defs:method (Results 526 - 550 of 1255) sorted by relevance

1...<<21222324252627282930>>...51

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp93 auto method = it.CheckAndGetMethod(); in GetStack() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackgetter.cpp57 auto method = it.CheckAndGetMethod(); in ParseMethodInfo() local
214 Method *method = Method::Cast(function->GetMethod()); in GetRunningState() local
295 void *JsStackGetter::GetMethodIdentifier(Method *method, const FrameIterator &it) in GetMethodIdentifier() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp277 void Tracing::BytecodePcChanged([[maybe_unused]] JSThread *thread, [[maybe_unused]] JSHandle<Method> method, in BytecodePcChanged() argument
282 bool Tracing::HandleDebuggerStmt([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] uint32_t bcOffset) in HandleDebuggerStmt() argument
302 void Tracing::MethodEntry([[maybe_unused]] JSHandle<Method> method, [[maybe_unused]] JSHandle<JSTaggedValue> envHandle) in MethodEntry() argument
306 void Tracing::MethodExit([[maybe_unused]] JSHandle<Method> method) in MethodExit() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp470 auto method = CheckAndGetMethod(); in GetPrevFrameCallSiteSp() local
535 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); in GetBytecodeOffset() local
542 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); in GetBytecodeOffset() local
662 Method *method = it.CheckAndGetMethod(); ComputePrevFrameSp() local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h295 Method *method = Method::Cast(ctorHandle->GetMethod().GetTaggedObject()); in NewThisObject() local
H A Dframe_handler.cpp134 Method *method = GetMethod(); in GetBytecodeOffset() local
148 auto method = GetMethod(); in GetJSPandaFile() local
275 auto method = GetMethod(); in GetConstpool() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.cpp95 void JitDfx::DumpBytecodeInst(Method *method) in DumpBytecodeInst() argument
125 void JitDfx::TraceJitCode(Method *method, bool isEntry) in TraceJitCode() argument
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp31 Method method = GetMethodEnum(request.GetMethod()); in Dispatch() local
76 HeapProfilerImpl::DispatcherImpl::Method HeapProfilerImpl::DispatcherImpl::GetMethodEnum(const std::string& method) in GetMethodEnum() argument
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Ddebugger_client.cpp330 std::string method; in RecvReply() local
[all...]
H A Dheapprofiler_client.cpp238 std::string method; in RecvReply() local
[all...]
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp133 std::string method; in HWTEST_F_L0() local
148 std::string method; in HWTEST_F_L0() local
507 std::string method; in HWTEST_F_L0() local
563 std::string method; HWTEST_F_L0() local
586 std::string method; HWTEST_F_L0() local
[all...]
/base/customization/enterprise_device_management/framework/extension/src/
H A Djs_enterprise_admin_extension.cpp256 napi_value method = nullptr; in CallObjectMethod() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Diptables_rule_plugin.cpp296 void IptablesRulePlugin::ConvertRuleNoCommand(const IPTABLES::AddMethod &method, uint32_t ruleNo, std::string &command) in ConvertRuleNoCommand() argument
/base/global/i18n/interfaces/js/kits/src/
H A Dholiday_manager_addon.cpp209 int HolidayManagerAddon::GetDateValue(napi_env env, napi_value value, const std::string method) in GetDateValue() argument
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension.cpp187 napi_value method = nullptr; in OnConnect() local
226 napi_value method = nullptr; in OnDisconnect() local
274 napi_value method = nullptr; in CallObjectMethod() local
[all...]
/base/request/request/services/include/
H A Dc_task_config.h60 CStringWrapper method; member
86 std::string method; member
/base/request/request/services/src/task/
H A Dconfig.rs388 pub fn method(&mut self, metered: &str) -> &mut Self { in method() functions
/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h36 unsigned int method; member
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp199 napi_value method = nullptr; in CallObjectMethod() local
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp87 EmitMethodNeedLoopVar( const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string &prefix) const EmitMethodNeedLoopVar() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp180 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitCommands() local
231 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitBrokers() local
300 AutoPtr<ASTMethod> method = interface_->GetMethod(i); AddRemoteRequestMethods() local
343 AutoPtr<ASTMethod> method = interface_->GetMethod(i); EmitStub() local
377 AutoPtr<ASTMethod> method = interface_->GetMethod(i); EmitProxy() local
386 EmitProxyMethodImpl(AutoPtr<ASTMethod> &method, StringBuilder &sb) const EmitProxyMethodImpl() argument
[all...]
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp155 void MetadataBuilder::CalculateMetaMethod(ASTMethod* method) in CalculateMetaMethod() argument
356 MetaMethod* MetadataBuilder::WriteMetaMethod(ASTMethod* method) in WriteMetaMethod() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp154 void MetadataBuilder::CalculateMetaMethod(ASTMethod* method) in CalculateMetaMethod() argument
353 MetaMethod* MetadataBuilder::WriteMetaMethod(ASTMethod* method) in WriteMetaMethod() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_stub_code_emitter.cpp157 EmitStubMethodDecl( const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubMethodDecl() argument
165 EmitStubStaticMethodDecl( const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubStaticMethodDecl() argument
402 EmitStubMethodImpl(AutoPtr<ASTInterfaceType> interface, const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubMethodImpl() argument
418 EmitStubStaticMethodImpl( const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubStaticMethodImpl() argument
463 EmitStubCallMethod( const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubCallMethod() argument
500 EmitStubReadMemFlag(const AutoPtr<ASTMethod> &method, const std::string &parcelName, StringBuilder &sb, const std::string &prefix) const EmitStubReadMemFlag() argument
[all...]
/foundation/ability/idl_tool/parser/
H A Dparser.cpp277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument
334 bool Parser::ParseMethodBrackets(Token& token, ASTMethod* method, bool& ret) in ParseMethodBrackets() argument
390 AutoPtr<ASTMethod> method = new ASTMethod(); ParseMethod() local
485 ParseParameter(ASTMethod* method) ParseParameter() argument
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...51