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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1009 Chunk* _found; member in class:EndTreeSearchClosure
1012 EndTreeSearchClosure(HeapWord* target) : _target(target), _found(NULL) {}
1017 _found = item;
1024 Chunk* found() { return _found; }
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp476 static bool _found[count]; member in class:dfa_shared_preds
517 static bool found(int index){ check_index(index); return _found[index]; }
518 static void set_found(int index, bool val) { check_index(index); _found[index] = val; }
520 for( int i = 0; i < count; ++i ) { _found[i] = false; }
583 bool dfa_shared_preds::_found[dfa_shared_preds::count] member in class:dfa_shared_preds

Completed in 40 milliseconds