| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 93 auto method = it.CheckAndGetMethod(); in GetStack() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 57 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 D | tracing.cpp | 277 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 D | frames.cpp | 470 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 D | fast_runtime_stub-inl.h | 295 Method *method = Method::Cast(ctorHandle->GetMethod().GetTaggedObject()); in NewThisObject() local
|
| H A D | frame_handler.cpp | 134 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 D | jit_dfx.cpp | 95 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 D | heapprofiler_impl.cpp | 31 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 D | debugger_client.cpp | 330 std::string method; in RecvReply() local [all...] |
| H A D | heapprofiler_client.cpp | 238 std::string method; in RecvReply() local [all...] |
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_events_test.cpp | 133 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 D | js_enterprise_admin_extension.cpp | 256 napi_value method = nullptr; in CallObjectMethod() local
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | iptables_rule_plugin.cpp | 296 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 D | holiday_manager_addon.cpp | 209 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 D | js_print_extension.cpp | 187 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 D | c_task_config.h | 60 CStringWrapper method; member 86 std::string method; member
|
| /base/request/request/services/src/task/ |
| H A D | config.rs | 388 pub fn method(&mut self, metered: &str) -> &mut Self { in method() functions
|
| /base/tee/tee_client/frameworks/include/ |
| H A D | tc_ns_client.h | 36 unsigned int method; member
|
| /base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
| H A D | js_wallpaper_extension_ability.cpp | 199 napi_value method = nullptr; in CallObjectMethod() local
|
| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
| H A D | hdi_c_code_emitter.cpp | 87 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 D | sa_rust_interface_code_emitter.cpp | 180 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 D | metadata_builder.cpp | 155 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 D | metadata_builder.cpp | 154 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 D | cpp_service_stub_code_emitter.cpp | 157 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 D | parser.cpp | 277 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...] |