Searched refs:is_call_to_interpreted (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp145 assert(is_call_to_compiled() || is_call_to_interpreted(), "going directly to megamorphic?");
218 bool CompiledIC::is_call_to_interpreted() const { function in class:CompiledIC
222 bool is_call_to_interpreted = false; local
228 is_call_to_interpreted = (cb != NULL && cb->is_adapter_blob());
229 assert(!is_call_to_interpreted || (cached_oop() != NULL && cached_oop()->is_compiledICHolder()), "sanity check");
240 is_call_to_interpreted = cb->contains(dest);
242 return is_call_to_interpreted;
376 // assert(is_call_to_compiled() || is_call_to_interpreted(), "sanity check");
422 // it look vanilla but is optimized. Code in is_call_to_interpreted
508 bool CompiledStaticCall::is_call_to_interpreted() cons function in class:CompiledStaticCall
[all...]
H A DcompiledIC.hpp134 bool is_call_to_interpreted() const;
227 bool is_call_to_interpreted() const;

Completed in 65 milliseconds