代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/419049/2081143
java istore.java
package de.fub.bytecode.generic;
/**
* ISTORE - Store int from stack into local variable
* Stack: ..., value -> ...
*
* @version $Id: ISTORE.java,v 1.8 2001/07/03 08:20:18 dahm Ex
www.eeworm.com/read/419049/2081145
java stackproducer.java
package de.fub.bytecode.generic;
/**
* Denote an instruction that may produce a value on top of the stack
* (this excludes DUP_X1, e.g.)
*
* @version $Id: StackProducer.java,v 1.2 2001/05/09 09:2
www.eeworm.com/read/419049/2081150
java faload.java
package de.fub.bytecode.generic;
/**
* FALOAD - Load float from array
* Stack: ..., arrayref, index -> ..., value
*
* @version $Id: FALOAD.java,v 1.6 2001/05/09 09:26:57 dahm Exp $
www.eeworm.com/read/419049/2081156
java caload.java
package de.fub.bytecode.generic;
/**
* CALOAD - Load char from array
* Stack: ..., arrayref, index -> ..., value
*
* @version $Id: CALOAD.java,v 1.6 2001/05/09 09:26:57 dahm Exp $
www.eeworm.com/read/419049/2081185
java ineg.java
package de.fub.bytecode.generic;
/**
* INEG - Negate int
* Stack: ..., value -> ..., result
*
* @version $Id: INEG.java,v 1.5 2001/05/09 09:26:57 dahm Exp $
* @author
www.eeworm.com/read/419049/2081209
java stackinstruction.java
package de.fub.bytecode.generic;
/**
* Super class for stack operations like DUP and POP.
*
* @version $Id: StackInstruction.java,v 1.5 2001/07/03 08:20:18 dahm Exp $
* @author
www.eeworm.com/read/419049/2081210
java lastore.java
package de.fub.bytecode.generic;
/**
* LASTORE - Store into long array
* Stack: ..., arrayref, index, value.word1, value.word2 -> ...
*
* @version $Id: LASTORE.java,v 1.6 2001/05/
www.eeworm.com/read/419049/2081223
java aaload.java
package de.fub.bytecode.generic;
/**
* AALOAD - Load reference from array
* Stack: ..., arrayref, index -> value
*
* @version $Id: AALOAD.java,v 1.7 2001/05/09 09:26:57 dahm Exp $
www.eeworm.com/read/419049/2081251
java fload.java
package de.fub.bytecode.generic;
/**
* FLOAD - Load float from local variable
* Stack ... -> ..., result
*
* @version $Id: FLOAD.java,v 1.7 2001/07/03 08:20:18 dahm Exp $
* @autho
www.eeworm.com/read/419049/2081253
java iaload.java
package de.fub.bytecode.generic;
/**
* IALOAD - Load int from array
* Stack: ..., arrayref, index -> ..., value
*
* @version $Id: IALOAD.java,v 1.6 2001/05/09 09:26:57 dahm Exp $