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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp94 _bcea = NULL;
165 _bcea( NULL)
1149 if (_bcea == NULL) {
1150 _bcea = new (CURRENT_ENV->arena()) BCEscapeAnalyzer(this, NULL);
1152 return _bcea;
H A DciMethod.hpp87 BCEscapeAnalyzer* _bcea; member in class:ciMethod

Completed in 48 milliseconds