| /kernel/linux/linux-6.6/arch/csky/kernel/ |
| H A D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_int64.cpp | 255 lower_op_to_function_call(ir_instruction *base_ir, ir_expression *ir, ir_function_signature *callee) lower_op_to_function_call() argument [all...] |
| H A D | glsl_to_nir.cpp | 1682 nir_function *callee = (nir_function *) entry->data; in visit() local
|
| H A D | ir_reader.cpp | 689 ir_function_signature *callee = in read_call() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_caller_complex.cpp | 521 napi_value CreateJsCalleeRemoteObject(napi_env env, sptr<IRemoteObject> callee) in CreateJsCalleeRemoteObject() argument 53 JsCallerComplex( napi_env env, ReleaseCallFunc releaseCallFunc, sptr<IRemoteObject> callee, std::shared_ptr<CallerCallBack> callerCallBack) JsCallerComplex() argument 487 CreateJsCallerComplex( napi_env env, ReleaseCallFunc releaseCallFunc, sptr<IRemoteObject> callee, std::shared_ptr<CallerCallBack> callerCallBack) CreateJsCallerComplex() argument [all...] |
| /foundation/distributedhardware/device_manager/test/unittest/ |
| H A D | UTTest_device_manager_service.cpp | 2182 DmAccessCallee callee; in HWTEST_F() local 2192 DmAccessCallee callee; in HWTEST_F() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-inlining.cc | 87 Node* callee = NodeProperties::GetValueInput(call, 0); in ReduceCall() local [all...] |
| H A D | node-properties.cc | 620 Builtin callee = static_cast<Builtin>(matcher.ResolvedValue()); in IsFreshObject() local
|
| H A D | js-inlining-heuristic.cc | 92 Node* callee = node->InputAt(0); in CollectFunctions() local 413 bool JSInliningHeuristic::TryReuseDispatch(Node* node, Node* callee, in TryReuseDispatch() argument 648 CreateOrReuseDispatch(Node* node, Node* callee, Candidate const& candidate, Node** if_successes, Node** calls, Node** inputs, int input_count) CreateOrReuseDispatch() argument 721 Node* callee = NodeProperties::GetValueInput(node, 0); InlineCandidate() local [all...] |
| H A D | loop-analysis.cc | 610 Node* callee = node->InputAt(0); in FindSmallInnermostLoopFromHeader() local
|
| H A D | js-create-lowering.cc | 164 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local 190 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() local 257 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments() local 293 a.Store(AccessBuilder::ForArgumentsCallee(), callee); in ReduceJSCreateArguments() local
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-evaluate.cc | 1211 Builtin callee = static_cast<Builtin>(callee_code.builtin_id()); in VerifyTransitiveBuiltins() local 1058 TransitivelyCalledBuiltinHasNoSideEffect(Builtin caller, Builtin callee) TransitivelyCalledBuiltinHasNoSideEffect() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-scopes.cc | 401 Handle<JSObject> NewSloppyArguments(Isolate* isolate, Handle<JSFunction> callee, in NewSloppyArguments() argument 496 Handle<JSFunction> callee = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 509 Handle<JSFunction> callee = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 534 Handle<JSFunction> callee = args.at<JSFunction>(0); RUNTIME_FUNCTION() local [all...] |
| /foundation/distributedhardware/device_manager/commondependency/src/ |
| H A D | deviceprofile_connector.cpp | 759 CheckAccessControl(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckAccessControl() argument 777 SingleUserProcess(const DistributedDeviceProfile::AccessControlProfile &profile, const DmAccessCaller &caller, const DmAccessCallee &callee) SingleUserProcess() argument 811 CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckIsSameAccount() argument
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
| H A D | ipc_cmd_parser.cpp | 138 bool EncodeDmAccessCallee(const DmAccessCallee &callee, MessageParcel &parcel) in EncodeDmAccessCallee() argument 1601 DmAccessCallee callee = pReq->GetAccessCallee(); in ON_IPC_SET_REQUEST() local 1627 DmAccessCallee callee = pReq->GetAccessCallee(); in ON_IPC_SET_REQUEST() local [all...] |
| /foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
| H A D | ipc_cmd_parser.cpp | 112 void DecodeDmAccessCallee(MessageParcel &parcel, DmAccessCallee &callee) in DecodeDmAccessCallee() argument 1412 DmAccessCallee callee; in ON_IPC_CMD() local 1426 DmAccessCallee callee; in ON_IPC_CMD() local [all...] |
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| H A D | device_manager_service_impl.cpp | 713 CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckIsSameAccount() argument 719 CheckAccessControl(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckAccessControl() argument
|
| H A D | device_manager_service_impl_lite.cpp | 425 CheckIsSameAccount(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckIsSameAccount() argument 435 CheckAccessControl(const DmAccessCaller &caller, const std::string &srcUdid, const DmAccessCallee &callee, const std::string &sinkUdid) CheckAccessControl() argument
|
| /base/hiviewdfx/hiview/core/ |
| H A D | hiview_platform.cpp | 680 auto callee = it->second;
in PostSyncEventToTarget() local 707 auto callee = it->second;
in PostAsyncEventToTarget() local [all...] |
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
| H A D | device_manager_impl.cpp | 2239 bool DeviceManagerImpl::CheckAccessControl(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckAccessControl() argument 2262 bool DeviceManagerImpl::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckIsSameAccount() argument
|
| /foundation/distributedhardware/device_manager/services/service/src/ |
| H A D | device_manager_service.cpp | 1537 bool DeviceManagerService::CheckAccessControl(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckAccessControl() argument 1554 bool DeviceManagerService::CheckIsSameAccount(const DmAccessCaller &caller, const DmAccessCallee &callee) in CheckIsSameAccount() argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 2896 void TIntermediate::addToCallGraph(TInfoSink& /*infoSink*/, const TString& caller, const TString& callee) in addToCallGraph() argument
|
| /third_party/node/deps/v8/tools/gcmole/ |
| H A D | gcmole.cc | 222 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local 1074 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local
|