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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp45 assert(first_index > 0, "initial zero state of cache must be invalid index");
77 return _handles->at(index - first_index);
91 int index = _handles->length() + first_index;
105 int index0 = i + first_index;
135 if (cindex >= first_index && _handles->at(cindex - first_index) == h) {
148 int findex = i + first_index;
H A DoopRecorder.hpp76 return _handles->length() + first_index;
131 enum { null_index = 0, first_index = 1, index_cache_threshold = 20 }; enumerator in enum:OopRecorder::__anon203
/openjdk7/jdk/src/windows/native/sun/windows/
H A DCmdIDList.h59 void BuildFreeList(UINT first_index);
H A DCmdIDList.cpp54 // from first_index to m_capacity-1
55 INLINE void AwtCmdIDList::BuildFreeList(UINT first_index) argument
58 for (UINT i = first_index; i < m_capacity-1; ++i)
61 m_first_free = first_index; // head of the free list
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp456 uint first_ind = spobj->first_index();
1086 uint first_index,
1092 _first_index(first_index),
1135 st->print(" # fields@[%d..%d]", first_index(),
1136 first_index() + n_fields() - 1);
1082 SafePointScalarObjectNode(const TypeOopPtr* tp, AllocateNode* alloc, uint first_index, uint n_fields) argument
H A Dcallnode.hpp464 uint first_index, uint n_fields);
471 uint first_index() const { return _first_index; } function in class:SafePointScalarObjectNode
H A Doutput.cpp643 uint first_ind = spobj->first_index();
919 uint first_ind = spobj->first_index();
H A Dmacro.cpp795 if (scobj->first_index() == sfpt_done->req() &&
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp579 for (deoptimizedVFrame* vf = deoptimizedVFrame::cast(vframe_at(first_index())); vf; vf = vf->deoptimized_sender_or_null()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2316 uint first_index = hr->hrs_index() + 1; local
2318 for (uint i = first_index; i < last_index; i += 1) {

Completed in 561 milliseconds