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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.cpp463 bool caller_is_nmethod,
494 bool far_c2a = entry != NULL && caller_is_nmethod && method_code->is_far_code();
617 void CompiledStaticCall::compute_entry(const methodHandle& m, bool caller_is_nmethod, StaticCallInfo& info) { argument
621 if (caller_is_nmethod && m_code->is_far_code()) {
459 compute_monomorphic_entry(const methodHandle& method, Klass* receiver_klass, bool is_optimized, bool static_bound, bool caller_is_nmethod, CompiledICInfo& info, TRAPS) argument
H A DcompiledIC.hpp270 bool is_optimized, bool static_bound, bool caller_is_nmethod,
353 static void compute_entry(const methodHandle& m, bool caller_is_nmethod, StaticCallInfo& info);

Completed in 87 milliseconds