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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp65 _no_finds = new(_arena) GrowableArray<int>( _arena, 10, 0, 0);
68 _no_finds = new GrowableArray<int>( 10, 0, 0);
106 if (_no_finds->contains(index0)) continue;
115 // Thus, the expected length of _no_finds is zero.
116 _no_finds->append(index);
149 if (_no_finds->contains(findex)) continue; // oops; skip this one
H A DoopRecorder.hpp134 GrowableArray<int>* _no_finds; // all unfindable indexes; usually empty member in class:OopRecorder

Completed in 29 milliseconds