Searched refs:CompiledICInfo (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp64 class CompiledICInfo : public StackObj { class in inherits:StackObj
128 CompiledICInfo(): _entry(NULL), _cached_value(NULL), _is_icholder(false), function in class:CompiledICInfo
131 ~CompiledICInfo() {
151 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info) = 0;
262 void set_to_monomorphic(CompiledICInfo& info);
271 CompiledICInfo& info, TRAPS);
H A DcompiledIC.cpp369 void CompiledIC::set_to_monomorphic(CompiledICInfo& info) {
464 CompiledICInfo& info,
H A Dnmethod.cpp2763 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info) {
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp305 virtual void set_to_interpreted(const methodHandle& method, CompiledICInfo& info);
H A DaotCompiledMethod.cpp400 void PltNativeCallWrapper::set_to_interpreted(const methodHandle& method, CompiledICInfo& info) {
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1323 CompiledICInfo virtual_call_info;
1608 CompiledICInfo info;

Completed in 66 milliseconds