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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp3157 static int recursiveFindType(VMTypeEntry* origtypes, const char* typeName, bool isRecurse) { argument
3159 VMTypeEntry* types = origtypes;
3175 if (recursiveFindType(origtypes, s, true) == 1) {
3189 if (recursiveFindType(origtypes, s, true) == 1) {
3198 if (recursiveFindType(origtypes, s, true) == 1) {
3206 if (recursiveFindType(origtypes, s, true) == 1) {

Completed in 40 milliseconds