| /third_party/python/Objects/ |
| D | call.c | 33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() 118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() 162 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict() 171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() 229 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() 276 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call() 314 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyObject_Call() 322 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() 354 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() 387 PyObject_CallObject(PyObject *callable, PyObject *args) in PyObject_CallObject() [all …]
|
| D | funcobject.c | 848 PyObject *callable; in cm_init() local 960 PyClassMethod_New(PyObject *callable) in PyClassMethod_New() 1039 PyObject *callable; in sm_init() local 1055 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) in sm_call() 1156 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-generic-lowering.cc | 86 Callable callable = Builtins::CallableFor(isolate(), builtin); in REPLACE_STUB_CALL() local 90 void JSGenericLowering::ReplaceWithBuiltinCall(Node* node, Callable callable, in ReplaceWithBuiltinCall() 96 Node* node, Callable callable, CallDescriptor::Flags flags, in ReplaceWithBuiltinCall() 130 Callable callable = Builtins::CallableFor(isolate(), builtin_with_feedback); in ReplaceUnaryOpWithBuiltinCall() local 231 Callable callable = Builtins::CallableFor(isolate(), builtin); in DEF_BINARY_LOWERING() local 366 Callable callable = CodeFactory::LoadGlobalIC(isolate(), p.typeof_mode()); in LowerJSLoadGlobal() local 372 Callable callable = in LowerJSLoadGlobal() local 485 Callable callable = CodeFactory::DefineNamedOwnIC(isolate()); in LowerJSDefineNamedOwnProperty() local 491 Callable callable = CodeFactory::DefineNamedOwnICInOptimizedCode(isolate()); in LowerJSDefineNamedOwnProperty() local 682 Callable callable = in LowerJSCreateFunctionContext() local [all …]
|
| D | js-typed-lowering.cc | 680 Callable const callable = CodeFactory::StringAdd(isolate(), flags); in ReduceJSAdd() local 1135 Callable callable = Builtins::CallableFor(isolate(), Builtin::kToObject); in ReduceJSToObject() local 1595 Callable callable = CodeFactory::ConstructFunctionForwardVarargs(isolate()); in ReduceJSConstructForwardVarargs() local 1665 Callable callable = CodeFactory::CallFunctionForwardVarargs(isolate()); in ReduceJSCallForwardVarargs() local 1784 Callable callable = in ReduceJSCall() local 1818 Callable callable = CodeFactory::CallFunction(isolate(), convert_mode); in ReduceJSCall() local 1911 Callable const callable = in ReduceJSForInNext() local
|
| D | js-intrinsic-lowering.cc | 100 auto callable = Builtins::CallableFor( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local 394 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable, in Change()
|
| D | effect-control-linearizer.cc | 2078 Callable const callable = in LowerStringConcat() local 3032 Callable const callable = in LowerNumberToString() local 3529 Callable const callable = Builtins::CallableFor(isolate(), Builtin::kTypeof); in LowerTypeOf() local 3541 Callable const callable = in LowerToBoolean() local 3695 Callable const callable = Builtins::CallableFor(isolate(), builtin_name); in LowerNewArgumentsElements() local 3754 Callable const callable = in LowerSameValue() local 3769 Callable const callable = in LowerSameValueNumbersOnly() local 3821 Callable const callable = in LowerStringToNumber() local 4118 Callable callable = in LowerStringToLowerCaseIntl() local 4282 Callable callable = Builtins::CallableFor(isolate(), Builtin::kStringIndexOf); in LowerStringIndexOf() local [all …]
|
| /third_party/python/Lib/ |
| D | abc.py | 43 def __init__(self, callable): argument 63 def __init__(self, callable): argument
|
| /third_party/python/Include/cpython/ |
| D | abstract.h | 62 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() 99 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate() 119 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall()
|
| /third_party/python/Include/ |
| D | ceval.h | 23 #define PyEval_CallObject(callable, arg) \ argument
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-call-gen.cc | 301 Callable callable = CodeFactory::CallVarargs(isolate()); in CallOrConstructWithArrayLike() local 304 Callable callable = CodeFactory::ConstructVarargs(isolate()); in CallOrConstructWithArrayLike() local 344 Callable callable = CodeFactory::CallVarargs(isolate()); in CallOrConstructDoubleVarargs() local 347 Callable callable = CodeFactory::ConstructVarargs(isolate()); in CallOrConstructDoubleVarargs() local 446 Callable callable = CodeFactory::CallVarargs(isolate()); in CallOrConstructWithSpread() local 449 Callable callable = CodeFactory::ConstructVarargs(isolate()); in CallOrConstructWithSpread() local
|
| D | builtins-array-gen.cc | 706 Callable callable = (variant == kIncludes) in Generate() local 718 Callable callable = in Generate() local 731 Callable callable = in Generate() local 1665 const Callable& callable, TNode<Context> context, TNode<JSFunction> target, in TailCallArrayConstructorStub() 1692 Callable callable = CodeFactory::ArrayNoArgumentConstructor( in CreateArrayDispatchNoArgument() local 1711 Callable callable = in CreateArrayDispatchNoArgument() local 1732 Callable callable = CodeFactory::ArraySingleArgumentConstructor( in CreateArrayDispatchSingleArgument() local 1781 Callable callable = in CreateArrayDispatchSingleArgument() local
|
| D | builtins-date-gen.cc | 227 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local 236 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
|
| D | builtins-shadowrealm-gen.cc | 218 Callable callable = CodeFactory::CallVarargs(isolate()); in TF_BUILTIN() local
|
| D | builtins-async-function-gen.cc | 70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | STLExtras.h | 59 intptr_t callable; variable 62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | interpreter-assembler.cc | 721 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSAndDispatch() local 743 Callable callable = CodeFactory::Call(isolate()); in CallJSAndDispatch() local 786 Callable callable = CodeFactory::InterpreterPushArgsThenCall( in CallJSWithSpreadAndDispatch() local 819 Callable callable = CodeFactory::InterpreterPushArgsThenConstruct( in Construct() local 832 Callable callable = CodeFactory::InterpreterPushArgsThenConstruct( in Construct() local 959 Callable callable = CodeFactory::InterpreterPushArgsThenConstruct( in ConstructWithSpread() local 973 Callable callable = CodeFactory::InterpreterCEntry(isolate(), return_count); in CallRuntimeN() local 1353 Callable callable = CodeFactory::InterpreterOnStackReplacement(isolate()); in OnStackReplacement() local 1360 Callable callable = in OnStackReplacement() local
|
| D | interpreter-intrinsics-generator.cc | 116 Callable callable = Builtins::CallableFor(isolate_, name); in IntrinsicAsBuiltinCall() local 148 Callable callable = Builtins::CallableFor( in CopyDataPropertiesWithExcludedPropertiesOnStack() local
|
| /third_party/node/deps/v8/src/execution/ |
| D | execution.cc | 109 Handle<Object> callable, in SetUpForCall() 132 Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, in SetUpForTryCall() 517 MaybeHandle<Object> Execution::Call(Isolate* isolate, Handle<Object> callable, in Call() 580 Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, in TryCall()
|
| /third_party/python/Lib/test/ |
| D | test_sys_setprofile.py | 92 def check_events(self, callable, expected): argument 396 def capture_events(callable, p=None): argument 413 def show_events(callable): argument
|
| /third_party/python/Modules/_ctypes/ |
| D | callbacks.c | 137 PyObject *callable, in _CallPythonObject() 350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
|
| /third_party/python/Modules/_sqlite/clinic/ |
| D | module.c.h | 135 PyObject *callable; in pysqlite_register_converter() local
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 11 callable = 5; enumerator
|
| D | test_reserved_message_lower.proto | 10 message callable {} message
|
| /third_party/python/Modules/_sqlite/ |
| D | module.c | 191 PyObject *callable) in pysqlite_register_converter_impl()
|
| /third_party/node/deps/v8/src/torque/ |
| D | kythe-data.cc | 55 kythe_entity_t KytheData::AddFunctionDefinition(Callable* callable) { in AddFunctionDefinition()
|