Searched defs:Bytecode (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython3/Lib/
H A Ddis.py13 "get_instructions", "Instruction", "Bytecode"] + _opcodes_all
416 class Bytecode: class in inherits:
450 """ Construct a Bytecode from the given traceback """
/external/v8/src/debug/
H A Ddebug-evaluate.cc329 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) {
330 typedef interpreter::Bytecode Bytecode; typedef
340 case Bytecode::kLdaLookupSlot:
341 case Bytecode::kLdaGlobal:
342 case Bytecode::kLdaNamedProperty:
343 case Bytecode::kLdaKeyedProperty:
345 case Bytecode::kAdd:
346 case Bytecode::kAddSmi:
347 case Bytecode
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-format.tex503 \subsection{Bytecode Locations\label{bytecode-locations}}
549 \subsubsection{Bytecode offsets\label{bytecode-offsets}}
600 \qquad \bnfcmt Bytecode offset: the integers are respectively the index, start, and length \\
616 \qquad \bnfcmt Bytecode offset: the first integer is the offset field and the optional \\
630 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
641 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
652 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
663 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
675 \qquad \bnfcmt Bytecode offset: the integer is the offset field of the annotation~\cite{JSR308-webpage-201310}. \\
/external/v8/src/interpreter/
H A Dbytecodes.h396 enum class Bytecode : uint8_t { class in namespace:v8::internal::interpreter
413 static const char* ToString(Bytecode bytecode);
416 static std::string ToString(Bytecode bytecode, OperandScale operand_scale);
419 static uint8_t ToByte(Bytecode bytecode) {
420 DCHECK_LE(bytecode, Bytecode::kLast);
425 static Bytecode FromByte(uint8_t value) {
426 Bytecode bytecode = static_cast<Bytecode>(value);
427 DCHECK(bytecode <= Bytecode::kLast);
433 static Bytecode OperandScaleToPrefixBytecod
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java95 * <p>A <code>Bytecode</code> object is an unbounded array
99 * Bytecode b = new Bytecode(cp, 1, 0);
113 public class Bytecode extends ByteVector implements Cloneable, Opcode { class in inherits:ByteVector,Cloneable,Opcode
116 * constant pool table given to this <code>Bytecode</code> object.
126 * Constructs a <code>Bytecode</code> object with an empty bytecode
138 public Bytecode(ConstPool cp, int stacksize, int localvars) { method in class:Bytecode
147 * Constructs a <code>Bytecode</code> object with an empty bytecode
152 * @see Bytecode#setMaxStack(int)
153 * @see Bytecode#setMaxLocal
155 public Bytecode(ConstPool cp) { method in class:Bytecode
[all...]
/external/annotation-tools/asmx/test/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 372 milliseconds