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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4308 const char* def1 = def; local
4309 const char* def2 = _AD.get_preproc_def(def1);
4311 if (def2 != NULL && strcmp(def2, def1)) {
4314 if (def3 != NULL && strcmp(def3, def2) && strcmp(def3, def1)) {
4316 start, def1, def2, def3);

Completed in 39 milliseconds