Searched defs:set_to_interpreted (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp324 csc->set_to_interpreted(method, info.entry());
516 void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) { function in class:CompiledStaticCall
522 tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
553 set_to_interpreted(info.callee(), info.entry());

Completed in 74 milliseconds