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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp38 ciMethodData::ciMethodData(methodDataHandle h_md) : ciObject(h_md) { argument
39 assert(h_md() != NULL, "no null method data");
H A DciMethodData.hpp184 ciMethodData(methodDataHandle h_md);
H A DciObjectFactory.cpp343 methodDataHandle h_md(THREAD, (methodDataOop)o);
344 return new (arena()) ciMethodData(h_md);

Completed in 298 milliseconds