Searched refs:copy_to (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp118 void copy_to(nmethod* nm);
159 void copy_to(nmethod* nm);
H A DdebugInfoRec.hpp61 // by calling copy_to.
128 void copy_to(nmethod* nm);
H A DoopRecorder.hpp80 void copy_to(nmethod* nm); // => nm->copy_oops(_handles)
H A DoopRecorder.cpp55 void OopRecorder::copy_to(nmethod* nm) { function in class:OopRecorder
H A DexceptionHandlerTable.cpp101 void ExceptionHandlerTable::copy_to(nmethod* nm) {
206 void ImplicitExceptionTable::copy_to( nmethod* nm ) {
H A DdebugInfoRec.cpp407 void DebugInformationRecorder::copy_to(nmethod* nm) { function in class:DebugInformationRecorder
H A DcodeBlob.cpp148 p->copy_to((address)_oop_maps);
H A Ddependencies.hpp368 void copy_to(nmethod* nm);
H A Dnmethod.cpp868 debug_info->copy_to(this);
869 dependencies->copy_to(this);
878 handler_table->copy_to(this);
879 nul_chk_table->copy_to(this);
H A Ddependencies.cpp234 void Dependencies::copy_to(nmethod* nm) { function in class:Dependencies
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp191 void copy_to(address addr);
242 void copy_to(address addr);
H A DoopMap.cpp126 void OopMap::copy_to(address addr) { function in class:OopMap
222 void OopMapSet::copy_to(address addr) { function in class:OopMapSet
237 map->copy_to((address)temp);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp541 oop_recorder()->copy_to(nm);

Completed in 84 milliseconds