Searched defs:idx (Results 126 - 126 of 126) sorted by relevance

123456

/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

Completed in 50 milliseconds

123456