| /third_party/python/Objects/ |
| D | call.c | 33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() 117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() 161 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict() 170 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() 229 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() 237 PyObject *callable, PyObject *tuple, PyObject *kwargs) in _PyVectorcall_Call() 266 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() 295 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() 313 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call() 352 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyObject_Call() [all …]
|
| D | funcobject.c | 915 PyObject *callable; in cm_init() local 1027 PyClassMethod_New(PyObject *callable) in PyClassMethod_New() 1106 PyObject *callable; in sm_init() local 1122 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) in sm_call() 1223 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()
|
| /third_party/python/Include/internal/ |
| D | pycore_call.h | 39 _PyVectorcall_FunctionInline(PyObject *callable) in _PyVectorcall_FunctionInline() 77 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate()
|
| /third_party/python/Lib/ |
| D | abc.py | 43 def __init__(self, callable): argument 63 def __init__(self, callable): argument
|
| /third_party/python/Include/ |
| D | ceval.h | 33 #define PyEval_CallObject(callable, arg) \ argument
|
| /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/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
|
| /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/Modules/_sqlite/ |
| D | connection.c | 942 create_callback_context(PyTypeObject *cls, PyObject *callable) in create_callback_context() 1252 PyObject *callable = ((callback_context *)ctx)->callable; in authorizer_callback() local 1287 PyObject *callable = ((callback_context *)ctx)->callable; in progress_callback() local 1362 PyObject *callable = ((callback_context *)ctx)->callable; in trace_callback() local 1391 PyObject *callable) in pysqlite_connection_set_authorizer_impl() 1434 PyObject *callable, int n) in pysqlite_connection_set_progress_handler_impl() 1470 PyObject *callable) in pysqlite_connection_set_trace_callback_impl() 2032 PyObject *callable) in pysqlite_connection_create_collation_impl()
|
| D | connection.h | 37 PyObject *callable; member
|
| /third_party/python/Modules/_ctypes/ |
| D | callbacks.c | 153 PyObject *callable, in _CallPythonObject() 345 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
|
| /third_party/python/Lib/test/ |
| D | test_sys_setprofile.py | 93 def check_events(self, callable, expected): argument 397 def capture_events(callable, p=None): argument 414 def show_events(callable): argument
|
| /third_party/python/Modules/_sqlite/clinic/ |
| D | connection.c.h | 511 PyObject *callable; in pysqlite_connection_set_authorizer() local 545 PyObject *callable; in pysqlite_connection_set_progress_handler() local 584 PyObject *callable; in pysqlite_connection_set_trace_callback() local 912 PyObject *callable; in pysqlite_connection_create_collation() local
|
| D | module.c.h | 138 PyObject *callable; in pysqlite_register_converter() local
|
| /third_party/python/Python/ |
| D | ceval.c | 4803 PyObject *callable = PEEK(nargs + 1); local 4825 PyObject *callable = PEEK(nargs + 1); local 4847 PyObject *callable = PEEK(argcount + 1); local 4881 PyObject *callable = PEEK(argcount + 1); local 4923 PyObject *callable = SECOND(); local 4940 PyObject *callable = PEEK(2); local 4961 PyObject *callable = PEEK(2); local 4982 PyObject *callable = PEEK(total_args + 1); local 5013 PyObject *callable = PEEK(total_args + 1); local 5046 PyObject *callable = PEEK(total_args + 1); local [all …]
|
| D | specialize.c | 1369 specialize_class_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in specialize_class_call() 1533 specialize_c_call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in specialize_c_call() 1590 call_fail_kind(PyObject *callable) in call_fail_kind() 1631 _Py_Specialize_Precall(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in _Py_Specialize_Precall() 1677 _Py_Specialize_Call(PyObject *callable, _Py_CODEUNIT *instr, int nargs, in _Py_Specialize_Call()
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 11 callable = 5; enumerator
|