Searched refs:clear_code (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp82 _nmethods[i]->method()->clear_code();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp94 m->clear_code(); // from_c/from_i get set to c2i/i2i
H A DmethodOop.hpp365 void clear_code(); // Clear out any compiled code
H A DmethodOop.cpp601 clear_code();
707 void methodOopDesc::clear_code() { function in class:methodOopDesc
828 assert( code, "use clear_code to remove code" );
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1368 m->clear_code();
1383 m->clear_code();
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp527 nm->method()->clear_code();
H A Dnmethod.cpp1219 _method->clear_code(); // Break a cycle
1333 method()->clear_code();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1607 method->clear_code();

Completed in 65 milliseconds