Searched refs:get_object (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMemberName.cpp38 return CURRENT_ENV->get_object(vmtarget_oop)->as_method();
H A DciMethodHandle.cpp40 return CURRENT_ENV->get_object(vmtarget_oop)->as_method();
H A DciObjArray.cpp44 return CURRENT_ENV->get_object(o);
H A DciTypeArrayKlass.cpp47 return CURRENT_ENV->get_object(k)->as_type_array_klass();
H A DciCallSite.cpp48 return CURRENT_ENV->get_object(method_handle_oop)->as_method_handle();
H A DciInstance.cpp54 return CURRENT_THREAD_ENV->get_object(k)->as_klass();
114 return ciConstant(field_btype, CURRENT_ENV->get_object(o));
145 return CURRENT_ENV->get_object(java_lang_Class::as_klassOop(get_oop()))->as_klass();
H A DciObjArrayKlass.cpp45 _base_element_klass = CURRENT_ENV->get_object(element_klassOop)->as_klass();
89 _element_klass = CURRENT_THREAD_ENV->get_object(element_klassOop)->as_klass();
163 return CURRENT_THREAD_ENV->get_object(array)->as_obj_array_klass();
H A DciMethodType.hpp43 return CURRENT_ENV->get_object(k)->as_klass();
H A DciType.cpp104 return CURRENT_THREAD_ENV->get_object(Universe::java_mirror(basic_type()))->as_instance();
117 return CURRENT_THREAD_ENV->get_object(SystemDictionary::box_klass(basic_type()))->as_instance_klass();
H A DciKlass.cpp130 return (super != NULL) ? CURRENT_THREAD_ENV->get_object(super)->as_klass() : NULL;
181 CURRENT_THREAD_ENV->get_object(lca->as_klassOop())->as_klass();
207 return CURRENT_ENV->get_object(java_mirror)->as_instance();
H A DciEnv.cpp135 _NullPointerException_instance = get_object(o)->as_instance();
138 _ArithmeticException_instance = get_object(o)->as_instance();
190 _NullPointerException_instance = get_object(o)->as_instance();
193 _ArithmeticException_instance = get_object(o)->as_instance();
255 return obj == NULL? NULL: get_object(obj)->as_instance();
288 _the_null_string = get_object(Universe::the_null_string())->as_instance();
296 _the_min_jint_string = get_object(Universe::the_min_jint_string())->as_instance();
305 return get_object(JNIHandles::resolve(method))->as_method();
323 return get_object(a)->as_array();
471 return get_object(found_klas
[all...]
H A DciStreams.cpp371 ciKlass* pool_holder = env->get_object(cpool->pool_holder())->as_klass();
401 return CURRENT_ENV->get_object(appendix_oop);
425 return CURRENT_ENV->get_object(method_type_oop)->as_method_type();
485 *(ciCPCache**)&_cpcache = CURRENT_ENV->get_object(cpcache)->as_cpcache();
504 return CURRENT_ENV->get_object(call_site_oop)->as_call_site();
H A DciField.cpp189 _holder = CURRENT_ENV->get_object(fd->field_holder())->as_instance_klass();
271 _constant_value = ciConstant(type()->basic_type(), CURRENT_ENV->get_object(o));
272 assert(_constant_value.as_object() == CURRENT_ENV->get_object(o), "check interning");
H A DciInstanceKlass.cpp296 _super = CURRENT_ENV->get_object(super_klass)->as_instance_klass();
330 return CURRENT_THREAD_ENV->get_object(up->as_klassOop())->as_instance_klass();
518 return CURRENT_THREAD_ENV->get_object(m)->as_method();
553 impl = CURRENT_THREAD_ENV->get_object(k)->as_instance_klass();
H A DciObject.cpp120 _klass = CURRENT_ENV->get_object(o->klass())->as_klass();
H A DciMethod.cpp126 _holder = env->get_object(h_m()->method_holder())->as_instance_klass();
643 return CURRENT_THREAD_ENV->get_object(target())->as_method();
681 result = CURRENT_THREAD_ENV->get_object(m())->as_method();
836 _method_data = CURRENT_ENV->get_object(h_m()->method_data())->as_method_data();
870 _method_data = CURRENT_ENV->get_object(h_m()->method_data())->as_method_data();
H A DciEnv.hpp47 friend class Dependencies; // for get_object, during logging
167 ciObject* get_object(oop o) { function in class:ciEnv
H A DciMethodData.cpp125 ciKlass* klass = CURRENT_ENV->get_object(k)->as_klass();
/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();
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp427 ciargs[j] = env->get_object(args[j]);

Completed in 94 milliseconds