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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp282 tty->print("noticed icholder " INTPTR_FORMAT " ", p2i(ic->cached_icholder()));
285 assert(ic->cached_icholder() != NULL, "must be non-NULL");
405 CompiledICHolder* cichk_oop = ic->cached_icholder();
H A DcompiledIC.hpp222 CompiledICHolder* cached_icholder() const { function in class:CompiledIC
H A DcompiledIC.cpp312 assert(!is_call_to_interpreted || (is_icholder_call() && cached_icholder() != NULL), "sanity check");
H A Dnmethod.cpp1581 CompiledICHolder* cichk = ic->cached_icholder();
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp272 CompiledICHolder* cichk = ic->cached_icholder();
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1583 CompiledICHolder* ic_oop = inline_cache->cached_icholder();

Completed in 75 milliseconds