Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/python/Objects/
Dcall.c33 _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 …]
Dfuncobject.c848 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/
Djs-generic-lowering.cc86 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 …]
Djs-typed-lowering.cc680 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
Djs-intrinsic-lowering.cc100 auto callable = Builtins::CallableFor( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local
394 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable, in Change()
Deffect-control-linearizer.cc2078 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/
Dabc.py43 def __init__(self, callable): argument
63 def __init__(self, callable): argument
/third_party/python/Include/cpython/
Dabstract.h62 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/
Dceval.h23 #define PyEval_CallObject(callable, arg) \ argument
/third_party/node/deps/v8/src/builtins/
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()); in CallOrConstructWithSpread() local
Dbuiltins-array-gen.cc706 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
Dbuiltins-date-gen.cc227 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
236 Callable callable = CodeFactory::OrdinaryToPrimitive( in TF_BUILTIN() local
Dbuiltins-shadowrealm-gen.cc218 Callable callable = CodeFactory::CallVarargs(isolate()); in TF_BUILTIN() local
Dbuiltins-async-function-gen.cc70 Callable callable = CodeFactory::ResumeGenerator(isolate()); in AsyncFunctionAwaitResumeClosure() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h59 intptr_t callable; variable
62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc721 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
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/execution/
Dexecution.cc109 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/
Dtest_sys_setprofile.py92 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/
Dcallbacks.c137 PyObject *callable, in _CallPythonObject()
350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h135 PyObject *callable; in pysqlite_register_converter() local
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto11 callable = 5; enumerator
Dtest_reserved_message_lower.proto10 message callable {} message
/third_party/python/Modules/_sqlite/
Dmodule.c191 PyObject *callable) in pysqlite_register_converter_impl()
/third_party/node/deps/v8/src/torque/
Dkythe-data.cc55 kythe_entity_t KytheData::AddFunctionDefinition(Callable* callable) { in AddFunctionDefinition()

1234