HomeSort by relevance Sort by last modified time
    Searched defs:Bytecode (Results 1 - 14 of 14) sorted by null

  /external/v8/src/debug/
debug-evaluate.cc 15 #include "src/interpreter/bytecode-array-iterator.h"
329 bool BytecodeHasNoSideEffect(interpreter::Bytecode bytecode) {
330 typedef interpreter::Bytecode Bytecode;
332 if (Bytecodes::IsWithoutExternalSideEffects(bytecode)) return true;
333 if (Bytecodes::IsCallOrConstruct(bytecode)) return true;
334 if (Bytecodes::WritesBooleanToAccumulator(bytecode)) return true;
335 if (Bytecodes::IsJumpIfToBoolean(bytecode)) return true;
336 if (Bytecodes::IsPrefixScalingBytecode(bytecode)) return true
526 interpreter::Bytecode bytecode = it.current_bytecode(); local
    [all...]
  /external/v8/src/interpreter/
bytecodes.h 13 #include "src/interpreter/bytecode-operands.h"
24 // Format is V(<bytecode>, <accumulator_use>, <operands>).
292 /* and one for each operand widening prefix bytecode */ \
307 /* Illegal bytecode (terminates execution) */ \
396 enum class Bytecode : uint8_t {
402 // evaluate to the same value as the last real bytecode.
409 // The maximum number of operands a bytecode may have.
412 // Returns string representation of |bytecode|.
413 static const char* ToString(Bytecode bytecode);
426 Bytecode bytecode = static_cast<Bytecode>(value); local
    [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 
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.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 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.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 355 milliseconds