Searched refs:is_astore (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp420 static bool is_astore (Code code) { return (code == _astore || code == _astore_0 || code == _astore_1 function in class:Bytecodes
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp446 bool is_astore (BytecodeStream *itr, int *index);
H A DgenerateOopMap.cpp2341 if (is_astore(itr, &index) && index == from) {
2450 bool GenerateOopMap::is_astore(BytecodeStream *itr, int *index) { function in class:GenerateOopMap

Completed in 66 milliseconds