Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dcallable.h40 class callable; variable
71 constexpr callable(const T &obj) in callable() function
78 constexpr callable(T &obj) in callable() function
85 constexpr callable(const T &obj, R (T::*param_method)(Args...) const) in callable() function
92 constexpr callable(T &obj, R (T::*param_method)(Args...)) in callable() function
98 constexpr callable(function_type func) : object {nullptr}, method {func} {} in callable() function
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h70 void SetCallable(bool callable) const in SetCallable()
/arkcompiler/runtime_core/verification/util/tests/
Dcallable_test.cpp40 TEST_F(VerifierTest, callable) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp275 GateRef callable = builder_.IsCallable(function); in LowerCallTargetCheck() local