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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp47 friend class Dependencies; // for get_object, during logging
167 ciObject* get_object(oop o) { function in class:ciEnv
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1097 virtual void get_object () = 0;
1117 inline void do_object(int begin, int end) { if (!is_return_type()) get_object(); }
1118 inline void do_array(int begin, int end) { if (!is_return_type()) get_object(); } // do_array uses get_object -- there is no get_array
1141 inline void get_object() { jobject l = va_arg(_ap, jobject); function in class:JNI_ArgumentPusherVaArg
1183 get_object();
1221 inline void get_object() { _arguments->push_oop(Handle((oop *)(_ap++)->l, false)); } function in class:JNI_ArgumentPusherArray
1261 get_object();

Completed in 48 milliseconds