Home
last modified time | relevance | path

Searched refs:LOAD_ATTR (Results 26 – 50 of 90) sorted by relevance

1234

/dports/lang/python27/Python-2.7.18/Include/
H A Dopcode.h113 #define LOAD_ATTR 106 /* Index in name list */ macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dopcode.h86 #define LOAD_ATTR 106 macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dopcode.h86 #define LOAD_ATTR 106 macro
/dports/devel/py-xdis/xdis-5.0.13/maynard-tool/
H A Dopcode27.h113 #define LOAD_ATTR 106 /* Index in name list */ macro
H A Dse27.c176 case LOAD_ATTR: in opcode_stack_effect()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dopcode.h86 #define LOAD_ATTR 106 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dopcode.h84 #define LOAD_ATTR 106 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dopcode.h84 #define LOAD_ATTR 106 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dopcode.h86 #define LOAD_ATTR 106 macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dopcode.h91 #define LOAD_ATTR 106 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dopcode.h91 #define LOAD_ATTR 106 macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dopcode.h66 #define LOAD_ATTR 106 macro
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dceval.c3536 TARGET(LOAD_ATTR) {
3537 PREDICTED(LOAD_ATTR);
3538 STAT_INC(LOAD_ATTR, unquickened);
3563 STAT_INC(LOAD_ATTR, deferred);
3586 DEOPT_IF(res == NULL, LOAD_ATTR);
3587 STAT_INC(LOAD_ATTR, hit);
3625 DEOPT_IF(res == NULL, LOAD_ATTR);
3626 STAT_INC(LOAD_ATTR, hit);
3645 DEOPT_IF(res == NULL, LOAD_ATTR);
3646 STAT_INC(LOAD_ATTR, hit);
[all …]
H A Dadaptive.md69 While `LOAD_GLOBAL` may be ideal, instructions like `LOAD_ATTR` and
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/aid/
H A Doptimizing.py118 if opcode == LOAD_ATTR:
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dopcodes.py493 class LOAD_ATTR(OpcodeWithArg): # Arg: Index in name list class
887 106: LOAD_ATTR,
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Ddecompiling.py467 def LOAD_ATTR(decompiler, attr_name): member in Decompiler
490 return decompiler.LOAD_ATTR(methname)
/dports/lang/micropython/micropython-1.17/tests/cmdline/
H A Dcmd_showbc.py.exp122 \\d\+ LOAD_ATTR c (cache=0)
/dports/devel/py-executing/executing-0.8.2/
H A DREADME.md98 and just before that will be a `LOAD_ATTR` instruction corresponding to `self.foo`. Seeing that it'…
H A DPKG-INFO121 and just before that will be a `LOAD_ATTR` instruction corresponding to `self.foo`. Seeing that it'…
/dports/devel/py-executing/executing-0.8.2/executing.egg-info/
H A DPKG-INFO121 and just before that will be a `LOAD_ATTR` instruction corresponding to `self.foo`. Seeing that it'…
/dports/devel/py-xdis/xdis-5.0.13/
H A DNEWS.md79 * extended arg disassembly handling for `LOAD_ATTR` and `STORE_ATTR`
807 - PyPy 2.7 LOAD_ATTR wasn't marked as a name op
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c848 case LOAD_ATTR: in opcode_stack_effect()
1902 ADDOP_N(c, LOAD_ATTR, attr, names); in compiler_import_as()
3043 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c848 case LOAD_ATTR: in opcode_stack_effect()
1902 ADDOP_N(c, LOAD_ATTR, attr, names); in compiler_import_as()
3043 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c825 case LOAD_ATTR: in opcode_stack_effect()
1913 ADDOP_O(c, LOAD_ATTR, attr, names); in compiler_import_as()
3061 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()

1234