| /third_party/python/Include/internal/ |
| H A D | pycore_call.h | 39 _PyVectorcall_FunctionInline(PyObject *callable) in _PyVectorcall_FunctionInline() argument 77 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) _PyObject_VectorcallTstate() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-date-gen.cc | 227 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local 236 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
|
| H A D | builtins-async-function-gen.cc | 70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure() local
|
| H A D | builtins-shadowrealm-gen.cc | 218 Callable callable = CodeFactory::CallVarargs(isolate()); in TF_BUILTIN() local
|
| H A D | builtins-microtask-queue-gen.cc | 154 TNode<JSReceiver> callable = in RunSingleMicrotask() local
|
| H A 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()); CallOrConstructWithSpread() local [all...] |
| /third_party/python/Include/cpython/ |
| H A D | abstract.h | 62 PyAPI_FUNC(vectorcallfunc) PyVectorcall_Function(PyObject *callable); variable
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | kythe-data.cc | 55 kythe_entity_t KytheData::AddFunctionDefinition(Callable* callable) { in AddFunctionDefinition() argument
|
| H A D | declaration-visitor.cc | 386 Callable* callable; in Specialize() local
|
| /third_party/python/Modules/_sqlite/clinic/ |
| H A D | module.c.h | 138 PyObject *callable; in pysqlite_register_converter() local
|
| H A 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; pysqlite_connection_create_collation() local [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.h | 37 PyObject *callable; member
|
| H A D | module.c | 180 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name, PyObject *callable) pysqlite_register_converter_impl() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | frame-states.cc | 153 Callable callable = Builtins::CallableFor(jsgraph->isolate(), name); in CreateStubBuiltinContinuationFrameState() local
|
| H A D | js-intrinsic-lowering.cc | 100 auto callable = Builtins::CallableFor( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local 394 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable, in Change() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A 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/runtime/ |
| H A D | runtime-internal.cc | 622 Handle<Object> callable = args.at(0); in RUNTIME_FUNCTION() local
|
| /third_party/python/Modules/_ctypes/ |
| H A D | callbacks.c | 150 _CallPythonObject(void *mem, ffi_type *restype, SETFUNC setfunc, PyObject *callable, PyObject *converters, int flags, void **pArgs) _CallPythonObject() argument 345 _ctypes_alloc_callback(PyObject *callable, PyObject *converters, PyObject *restype, int flags) _ctypes_alloc_callback() argument [all...] |
| H A D | ctypes.h | 85 PyObject *callable; member 109 PyObject *callable; member
|
| /third_party/python/Objects/ |
| H A D | iterobject.c | 185 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New() argument
|
| H A D | funcobject.c | 915 PyObject *callable; in cm_init() local 1027 PyClassMethod_New(PyObject *callable) in PyClassMethod_New() argument 1106 PyObject *callable; in sm_init() local 1122 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) sm_call() argument 1223 PyStaticMethod_New(PyObject *callable) PyStaticMethod_New() argument [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | execution.cc | 517 MaybeHandle<Object> Execution::Call(Isolate* isolate, Handle<Object> callable, in Call() argument 108 SetUpForCall(Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object>* argv) SetUpForCall() argument 131 SetUpForTryCall( Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object>* argv, Execution::MessageHandling message_handling, MaybeHandle<Object>* exception_out, bool reschedule_terminate) SetUpForTryCall() argument 579 TryCall( Isolate* isolate, Handle<Object> callable, Handle<Object> receiver, int argc, Handle<Object> argv[], MessageHandling message_handling, MaybeHandle<Object>* exception_out, bool reschedule_terminate) TryCall() argument [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | accessor-assembler.h | 584 void ReturnCallStub(Callable const& callable, TNode<Context> context, in ReturnCallStub() argument
|
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | embedded-data.cc | 207 Callable callable = Builtins::CallableFor(isolate, code.builtin_id()); in BuiltinAliasesOffHeapTrampolineRegister() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | STLExtras.h | 59 intptr_t callable; member in llvm::function_ref 62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() argument 69 function_ref(Callable &&callable, in function_ref() argument [all...] |