Searched refs:copy_bytecodes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.hpp151 static void copy_bytecodes(methodHandle method, unsigned char* bytecodes);
H A DjvmtiClassFileReconstituter.cpp210 copy_bytecodes(method, (unsigned char*)writeable_address(code_size));
687 void JvmtiClassFileReconstituter::copy_bytecodes(methodHandle mh, function in class:JvmtiClassFileReconstituter
H A DjvmtiEnv.cpp2910 JvmtiClassFileReconstituter::copy_bytecodes(method, *bytecodes_ptr);

Completed in 60 milliseconds