Lines Matching refs:to
4 All the architecture-specific template files are concatenated to create
5 one big python script. This generated python script is then executed to
7 * Lines starting with % are python code. They will be copied as-is to
16 The best way to become familiar with the interpreter is to look at the
40 is easy to work with, on others this you will need to count bytes.
47 restricted, as simple macros are used to massage it for use with both C
56 If you change any of the source file fragments, you need to rebuild the
63 The ultimate goal is to have the build system generate the necessary
65 ready to require Python in the build.
71 transitioning from one Dalvik bytecode to the next. Mterp for ARM targets
76 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
77 to a mode that requires inter-instruction checking, rIBASE is changed
78 to altHandlerTable. Note that this change is not immediate. What is actually