Searched refs:cached_metadata (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.cpp295 (cached_metadata() != NULL && cached_metadata()->is_klass()), "sanity check");
393 assert(info.cached_metadata() != NULL && info.cached_metadata()->is_method(), "sanity check");
394 methodHandle method (thread, (Method*)info.cached_metadata());
414 bool static_bound = info.is_optimized() || (info.cached_metadata() == NULL);
426 InlineCacheBuffer::create_transition_stub(this, info.cached_metadata(), info.entry());
431 set_ic_destination_and_value(info.entry(), info.cached_metadata());
437 assert(info.cached_metadata() == NULL || info.cached_metadata()
[all...]
H A DcompiledIC.hpp75 Metadata* cached_metadata() const { assert(!_is_icholder, ""); return (Metadata*)_cached_value; } function in class:CompiledICInfo
219 // Return the cached_metadata/destination associated with this inline cache. If the cache currently points
226 Metadata* cached_metadata() const { function in class:CompiledIC
H A DcompiledMethod.cpp412 Metadata* ic_oop = ic->cached_metadata();
H A Dnmethod.cpp1585 Metadata* ic_oop = ic->cached_metadata();
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp277 Metadata* ic_oop = ic->cached_metadata();

Completed in 62 milliseconds