OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Bytecode
(Results
1 - 11
of
11
) sorted by null
/external/v8/src/interpreter/
bytecodes.h
255
enum class
Bytecode
: uint8_t {
261
// evaluate to the same value as the last real
bytecode
.
334
// Returns string representation of |
bytecode
|.
335
static const char* ToString(
Bytecode
bytecode
);
343
// Returns byte value of
bytecode
.
344
static uint8_t ToByte(
Bytecode
bytecode
);
346
// Returns
bytecode
for |value|.
347
static
Bytecode
FromByte(uint8_t value)
[
all
...]
/external/javassist/src/main/javassist/bytecode/
Bytecode.java
2
* Javassist, a Java-
bytecode
translator toolkit.
16
package javassist.
bytecode
;
93
* A utility class for producing a
bytecode
sequence.
95
* <p>A <code>
Bytecode
</code> object is an unbounded array
96
* containing
bytecode
. For example,
99
*
Bytecode
b = new
Bytecode
(cp, 1, 0);
104
* <p>This program produces a Code attribute including a
bytecode
113
public class
Bytecode
extends ByteVector implements Cloneable, Opcode {
116
* constant pool table given to this <code>
Bytecode
</code> object
[
all
...]
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/external/guice/extensions/persist/lib/
javassist.jar
/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 939 milliseconds