Home
last modified time | relevance | path

Searched refs:fcode (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c768 get_fileno(ProfilerObject *self, PyCodeObject *fcode) in get_fileno() argument
776 obj = PyDict_GetItem(self->filemap, fcode->co_filename); in get_fileno()
788 if (PyDict_SetItem(self->filemap, fcode->co_filename, obj)) { in get_fileno()
795 PyString_AS_STRING(fcode->co_filename)) < 0) in get_fileno()
804 obj = PyInt_FromLong(fcode->co_firstlineno); in get_fileno()
812 if (pack_define_func(self, fileno, fcode->co_firstlineno, in get_fileno()
813 PyString_AS_STRING(fcode->co_name)) < 0) { in get_fileno()
817 if (PyDict_SetItem(dict, obj, fcode->co_name)) { in get_fileno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dprofile.py297 fcode = frame.f_code
298 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)