Searched refs:idx (Results 276 - 280 of 280) sorted by relevance

<<1112

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1682 ValueStack* exception_state_at(int idx) const { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states->at(idx); }
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5495 for (uint idx = worker_id; idx < limit; idx += stride) {
5496 DiscoveredList& ref_list = rp->discovered_refs()[idx];
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1323 int idx = srcImageP->hints.colorOrder[i]; local
1325 if (idx < 0 || idx >= ncomponents) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2527 const int idx = is_static ? 0 : 1; local
2539 Node* base = argument(idx + 0); // type: oop
2541 Node* offset = argument(idx + 1); // type: long
2551 Node* ptr = argument(idx + 0); // type: long
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp2601 oop java_lang_invoke_MethodType::ptype(oop mt, int idx) { argument
2602 return ptypes(mt)->obj_at(idx);

Completed in 101 milliseconds

<<1112