Home
last modified time | relevance | path

Searched defs:callee (Results 26 - 50 of 57) sorted by relevance

123

/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc401 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 Ddeviceprofile_connector.cpp759 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 Dipc_cmd_parser.cpp138 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 Dipc_cmd_parser.cpp112 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...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc620 Builtin callee = static_cast<Builtin>(matcher.ResolvedValue()); in IsFreshObject() local
H A Djs-inlining-heuristic.cc92 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 Dloop-analysis.cc610 Node* callee = node->InputAt(0); in FindSmallInnermostLoopFromHeader() local
H A Djs-create-lowering.cc164 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
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp713 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 Ddevice_manager_service_impl_lite.cpp425 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
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp1682 nir_function *callee = (nir_function *) entry->data; in visit() local
H A Dir_reader.cpp689 ir_function_signature *callee = in read_call() local
H A Dast.h306 ast_function_expression(ast_expression *callee) in ast_function_expression() argument
H A Dir.h1635 ir_call(ir_function_signature *callee, in ir_call() argument
1644 ir_call(ir_function_signature *callee, in ir_call() argument
1689 ir_function_signature *callee; member in ir_call
[all...]
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp680 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 Ddevice_manager_impl.cpp2239 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 Ddevice_manager_service.cpp1537 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 DIntermediate.cpp2896 void TIntermediate::addToCallGraph(TInfoSink& /*infoSink*/, const TString& caller, const TString& callee) in addToCallGraph() argument
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc222 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr() local
1074 clang::FunctionDecl* callee = call->getDirectCallee(); in VisitCallExpr() local
/third_party/node/deps/v8/src/torque/
H A Dast.h359 IdentifierExpression* callee; member
1300 MakeCallExpression( IdentifierExpression* callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
1307 MakeCallExpression( std::string callee, std::vector<Expression*> arguments, std::vector<Identifier*> labels = {}) MakeCallExpression() argument
H A Dtorque-parser.cc348 Expression* MakeCall(IdentifierExpression* callee, in MakeCall() argument
394 Expression* MakeCall(Identifier* callee, in MakeCall() argument
403 auto callee = child_results->NextAs<Expression*>(); in MakeCall() local
412 auto callee = child_results->NextAs<Identifier*>(); in MakeMethodCall() local
443 auto callee in MakeIntrinsicCallExpression() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc80 const auto* callee = id_to_func_[inst.GetSingleWordInOperand(0)]; in Visit() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c1724 nir_function *callee = read_object(ctx); in read_call() local
H A Dnir.c786 nir_call_instr_create(nir_shader *shader, nir_function *callee) in nir_call_instr_create() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1010 Node* callee = call->InputAt(0); in InitializeCallBuffer() member
3026 auto callee = CallDescriptorOf(node->op()); VisitTailCall() local
3029 CallBuffer buffer(zone(), callee, nullptr); VisitTailCall() local
[all...]

Completed in 66 milliseconds

123