Searched refs:BytecodeStream (Results 1 - 25 of 41) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp346 BytecodeStream *itr,
389 void interp1 (BytecodeStream *itr);
390 void do_exception_edge (BytecodeStream *itr);
424 BytecodeStream *_itr_send; // variables to handle them properly.
442 bool rewrite_refval_conflict_inst (BytecodeStream *i, int from, int to);
443 bool rewrite_load_or_store (BytecodeStream *i, Bytecodes::Code bc, Bytecodes::Code bc0, unsigned int varNo);
446 bool is_astore (BytecodeStream *itr, int *index);
447 bool is_aload (BytecodeStream *itr, int *index);
461 void ret_jump_targets_do (BytecodeStream *bcs, jmpFct_t jmpFct, int varNo,int *data);
462 bool jump_targets_do (BytecodeStream *bc
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DOopMapForCacheEntry.java45 public boolean possibleGCPoint(BytecodeStream bcs) {
57 public void fillStackmapForOpcodes(BytecodeStream bcs,
H A DBytecodeANewArray.java63 public static BytecodeANewArray at(BytecodeStream bcs) {
H A DBytecodeCheckCast.java63 public static BytecodeCheckCast at(BytecodeStream bcs) {
H A DBytecodeGetField.java63 public static BytecodeGetField at(BytecodeStream bcs) {
H A DBytecodeGetStatic.java63 public static BytecodeGetStatic at(BytecodeStream bcs) {
H A DBytecodeGoto.java63 public static BytecodeGoto at(BytecodeStream bcs) {
H A DBytecodeGotoW.java63 public static BytecodeGotoW at(BytecodeStream bcs) {
H A DBytecodeInstanceOf.java63 public static BytecodeInstanceOf at(BytecodeStream bcs) {
H A DBytecodeJsr.java63 public static BytecodeJsr at(BytecodeStream bcs) {
H A DBytecodeJsrW.java63 public static BytecodeJsrW at(BytecodeStream bcs) {
H A DBytecodeLoad.java69 public static BytecodeLoad at(BytecodeStream bcs) {
H A DBytecodeNew.java63 public static BytecodeNew at(BytecodeStream bcs) {
H A DBytecodePutField.java63 public static BytecodePutField at(BytecodeStream bcs) {
H A DBytecodePutStatic.java63 public static BytecodePutStatic at(BytecodeStream bcs) {
H A DBytecodeStore.java69 public static BytecodeStore at(BytecodeStream bcs) {
H A DBytecodeStream.java31 public class BytecodeStream { class
44 public BytecodeStream(Method method) { method in class:BytecodeStream
H A DBytecodeBipush.java63 public static BytecodeBipush at(BytecodeStream bcs) {
H A DBytecodeIf.java65 public static BytecodeIf at(BytecodeStream bcs) {
H A DBytecodeIinc.java64 public static BytecodeIinc at(BytecodeStream bcs) {
H A DBytecodeMultiANewArray.java67 public static BytecodeMultiANewArray at(BytecodeStream bcs) {
H A DBytecodeRet.java59 public static BytecodeRet at(BytecodeStream bcs) {
H A DBytecodeSipush.java63 public static BytecodeSipush at(BytecodeStream bcs) {
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.hpp39 static BytecodeStream *_s_old, *_s_new;
H A DmethodComparator.cpp33 BytecodeStream *MethodComparator::_s_old;
34 BytecodeStream *MethodComparator::_s_new;
54 BytecodeStream s_old(old_method);
55 BytecodeStream s_new(new_method);
83 BytecodeStream s_old(old_method);
84 BytecodeStream s_new(new_method);
130 // BytecodeStream returns the correct standard Java bytecodes for various "fast"

Completed in 392 milliseconds

12