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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp587 ciObject* ciobj = get_object(obj); local
588 return ciConstant(T_OBJECT, ciobj);
629 ciObject* ciobj = get_object(obj); local
630 return ciConstant(T_OBJECT, ciobj);
634 ciObject* ciobj = get_unloaded_method_type_constant(signature); local
635 return ciConstant(T_OBJECT, ciobj);
643 ciObject* ciobj = get_unloaded_method_handle_constant(callee, name, signature, ref_kind); local
644 return ciConstant(T_OBJECT, ciobj);

Completed in 34 milliseconds