Home
last modified time | relevance | path

Searched defs:callable (Results 1 - 25 of 66) sorted by relevance

123

/third_party/python/Include/internal/
H A Dpycore_call.h39 _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 Dbuiltins-date-gen.cc227 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
236 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
H A Dbuiltins-async-function-gen.cc70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure() local
H A Dbuiltins-shadowrealm-gen.cc218 Callable callable = CodeFactory::CallVarargs(isolate()); in TF_BUILTIN() local
H A Dbuiltins-microtask-queue-gen.cc154 TNode<JSReceiver> callable = in RunSingleMicrotask() local
H A Dbuiltins-call-gen.cc301 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 Dabstract.h62 PyAPI_FUNC(vectorcallfunc) PyVectorcall_Function(PyObject *callable); variable
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.cc55 kythe_entity_t KytheData::AddFunctionDefinition(Callable* callable) { in AddFunctionDefinition() argument
H A Ddeclaration-visitor.cc386 Callable* callable; in Specialize() local
/third_party/python/Modules/_sqlite/clinic/
H A Dmodule.c.h138 PyObject *callable; in pysqlite_register_converter() local
H A Dconnection.c.h511 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 Dconnection.h37 PyObject *callable; member
H A Dmodule.c180 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 Dframe-states.cc153 Callable callable = Builtins::CallableFor(jsgraph->isolate(), name); in CreateStubBuiltinContinuationFrameState() local
H A Djs-intrinsic-lowering.cc100 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 Dinterpreter-intrinsics-generator.cc116 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 Druntime-internal.cc622 Handle<Object> callable = args.at(0); in RUNTIME_FUNCTION() local
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c150 _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 Dctypes.h85 PyObject *callable; member
109 PyObject *callable; member
/third_party/python/Objects/
H A Diterobject.c185 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New() argument
H A Dfuncobject.c915 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 Dexecution.cc517 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 Daccessor-assembler.h584 void ReturnCallStub(Callable const& callable, TNode<Context> context, in ReturnCallStub() argument
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc207 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 DSTLExtras.h59 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...]

Completed in 20 milliseconds

123