Home
last modified time | relevance | path

Searched refs:bytecodes (Results 1 – 25 of 42) sorted by relevance

12

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DConcreteMethodImpl.java248 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()
DNonConcreteMethodImpl.java105 public byte[] bytecodes() { in bytecodes() method in NonConcreteMethodImpl
/external/rust/crates/libz-sys/src/zlib/doc/
Dtxtvsbin.txt39 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/
Dtxtvsbin.txt39 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/
DMethodImpl.c175 bytecodes(PacketInputStream *in, PacketOutputStream *out) in bytecodes() function
237 ,(void *)bytecodes
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DMethod.java415 byte[] bytecodes(); in bytecodes() method
/external/python/cpython2/Doc/library/
Ddis.rst100 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/
DREADME.version9 …proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
DREADME.md15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
/external/javassist/
DREADME.md7 simple. It is a class library for editing bytecodes in Java; it enables Java
/external/python/cpython3/Doc/library/
Ddis.rst1218 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/
D2001-05-19-ExceptionResponse.txt17 modelled as a subroutine (as java bytecodes do), which is really
D2000-11-18-EarlyDesignIdeasResp.txt28 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
D2000-12-06-MeetingSummary.txt40 packaged with the bytecodes themselves. As a conceptual implementation
D2007-OriginalClangReadme.txt146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt17 modelled as a subroutine (as java bytecodes do), which is really
D2000-11-18-EarlyDesignIdeasResp.txt28 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
D2000-12-06-MeetingSummary.txt40 packaged with the bytecodes themselves. As a conceptual implementation
D2007-OriginalClangReadme.txt146 platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst191 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
D3.9.0a3.rst47 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:
D3.9.0a2.rst238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
239 WITH_EXCEPT_START bytecodes. The compiler now generates different code for
D3.6.2rc1.rst203 package is only shipped with bytecodes. Patch by Alexandru Ardelean.
/external/python/cpython3/Doc/faq/
Dwindows.rst52 compiles it into bytecodes, and then executes the bytecodes to run your
/external/python/cpython2/Doc/faq/
Dwindows.rst53 compiles it into bytecodes, and then executes the bytecodes to run your

12