hotspot/src/share/vm/jvmci/jvmciCodeInstaller.hpp
changeset 36842 8f0d0faa51e2
parent 36063 96e86c7f8fec
child 41697 94ef14db8a20
equal deleted inserted replaced
36840:29d9167ccc82 36842:8f0d0faa51e2
   187 protected:
   187 protected:
   188   Location::Type get_oop_type(Handle value);
   188   Location::Type get_oop_type(Handle value);
   189   ScopeValue* get_scope_value(Handle value, BasicType type, GrowableArray<ScopeValue*>* objects, ScopeValue* &second, TRAPS);
   189   ScopeValue* get_scope_value(Handle value, BasicType type, GrowableArray<ScopeValue*>* objects, ScopeValue* &second, TRAPS);
   190   MonitorValue* get_monitor_value(Handle value, GrowableArray<ScopeValue*>* objects, TRAPS);
   190   MonitorValue* get_monitor_value(Handle value, GrowableArray<ScopeValue*>* objects, TRAPS);
   191 
   191 
   192   Metadata* record_metadata_reference(Handle constant, TRAPS);
   192   void* record_metadata_reference(Handle constant, TRAPS);
   193 #ifdef _LP64
   193 #ifdef _LP64
   194   narrowKlass record_narrow_metadata_reference(Handle constant, TRAPS);
   194   narrowKlass record_narrow_metadata_reference(Handle constant, TRAPS);
   195 #endif
   195 #endif
   196 
   196 
   197   // extract the fields of the HotSpotCompiledCode
   197   // extract the fields of the HotSpotCompiledCode