Home
last modified time | relevance | path

Searched defs:func_obj (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/common/
Dnamespace.py51 def is_ms_function(func_obj): argument
82 def is_third_party(func_obj): argument
/third_party/python/Include/cpython/
Dmethodobject.h47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF()
65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetTimeout-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
DsetInterval-js.cpp65 jerry_value_t func_obj = jerry_get_property(global_obj, prop_name); in DECLARE_GLOBAL_FUNCTION() local
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c62 ecma_object_t* func_obj = ecma_get_object_from_value (prev_ctx_p->callee_value); in vm_get_function_name_string() local
/third_party/jerryscript/targets/particle/source/
Dmain.cpp78 jerry_value_t func_obj; in init_jerry() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c2039 ecma_object_t *func_obj = ecma_get_object_from_value (func_value); in ecma_builtin_typedarray_prototype_to_locale_string_helper() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/
Dcommon.cc1440 auto func_obj = mindspore::pijit::ByteCodeGenerator::GenFunction(func_node); in test_graph_ir_code_gen() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc789 py::object func_obj = python_adapter::GetPyObjAttr(node, "body"); in ParseDefFunction() local