/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ConcreteMethodImpl.java | 248 public byte[] bytecodes() { in bytecodes() method in ConcreteMethodImpl 249 byte[] bytecodes = (bytecodesRef == null) ? null : in bytecodes() 251 if (bytecodes == null) { in bytecodes() 253 bytecodes = JDWP.Method.Bytecodes. in bytecodes() 258 bytecodesRef = new SoftReference<byte[]>(bytecodes); in bytecodes() 265 return bytecodes.clone(); in bytecodes()
|
D | NonConcreteMethodImpl.java | 105 public byte[] bytecodes() { in bytecodes() method in NonConcreteMethodImpl
|
/external/rust/crates/libz-sys/src/zlib/doc/ |
D | txtvsbin.txt | 39 The algorithm works by dividing the set of bytecodes [0..255] into three 41 - The white list of textual bytecodes: 43 - The gray list of tolerated bytecodes: 45 - The black list of undesired, non-textual bytecodes:
|
/external/rust/crates/libz-sys/src/zlib-ng/doc/ |
D | txtvsbin.txt | 39 The algorithm works by dividing the set of bytecodes [0..255] into three 41 - The white list of textual bytecodes: 43 - The gray list of tolerated bytecodes: 45 - The black list of undesired, non-textual bytecodes:
|
/external/oj-libjdwp/src/share/back/ |
D | MethodImpl.c | 175 bytecodes(PacketInputStream *in, PacketOutputStream *out) in bytecodes() function 237 ,(void *)bytecodes
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Method.java | 415 byte[] bytecodes(); in bytecodes() method
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 100 Dictionary mapping operation names to bytecodes. 110 Sequence of bytecodes that have a constant parameter. 115 Sequence of bytecodes that access a free variable. 120 Sequence of bytecodes that access an attribute by name. 125 Sequence of bytecodes that have a relative jump target. 130 Sequence of bytecodes that have an absolute jump target. 135 Sequence of bytecodes that access a local variable. 140 Sequence of bytecodes of Boolean operations.
|
/external/dexmaker/ |
D | README.version | 9 …proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
|
D | README.md | 15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
|
/external/javassist/ |
D | README.md | 7 simple. It is a class library for editing bytecodes in Java; it enables Java
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 1218 Dictionary mapping operation names to bytecodes. 1228 Sequence of bytecodes that access a constant. 1233 Sequence of bytecodes that access a free variable (note that 'free' in this 1241 Sequence of bytecodes that access an attribute by name. 1246 Sequence of bytecodes that have a relative jump target. 1251 Sequence of bytecodes that have an absolute jump target. 1256 Sequence of bytecodes that access a local variable. 1261 Sequence of bytecodes of Boolean operations.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 17 modelled as a subroutine (as java bytecodes do), which is really
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 28 user chooses to execute Java bytecodes directly (ie, not 78 VM). This is the point that disallows java style bytecodes, where all 114 mentioned above was the example of loading java bytecodes, but we want
|
D | 2000-12-06-MeetingSummary.txt | 40 packaged with the bytecodes themselves. As a conceptual implementation
|
D | 2007-OriginalClangReadme.txt | 146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 17 modelled as a subroutine (as java bytecodes do), which is really
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 28 user chooses to execute Java bytecodes directly (ie, not 78 VM). This is the point that disallows java style bytecodes, where all 114 mentioned above was the example of loading java bytecodes, but we want
|
D | 2000-12-06-MeetingSummary.txt | 40 packaged with the bytecodes themselves. As a conceptual implementation
|
D | 2007-OriginalClangReadme.txt | 146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 191 Replace two complex bytecodes for building dicts with two simpler ones. The 192 new bytecodes ``DICT_MERGE`` and ``DICT_UPDATE`` have been added The old 193 bytecodes ``BUILD_MAP_UNPACK`` and ``BUILD_MAP_UNPACK_WITH_CALL`` have been
|
D | 3.9.0a3.rst | 47 Replace four complex bytecodes for building sequences with three simpler 50 The following four bytecodes have been removed: 57 The following three bytecodes have been added:
|
D | 3.9.0a2.rst | 238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and 239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
|
D | 3.6.2rc1.rst | 203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
|
/external/python/cpython3/Doc/faq/ |
D | windows.rst | 52 compiles it into bytecodes, and then executes the bytecodes to run your
|
/external/python/cpython2/Doc/faq/ |
D | windows.rst | 53 compiles it into bytecodes, and then executes the bytecodes to run your
|