Searched refs:new_code (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp129 static void set_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp, Bytecodes::Code new_code);
H A DinterpreterRuntime.cpp651 IRT_ENTRY(void, InterpreterRuntime::set_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp, Bytecodes::Code new_code))
652 method->set_orig_bytecode_at(method->bci_from(bcp), new_code);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp625 static methodHandle clone_with_new_data(methodHandle m, u_char* new_code, int new_code_length,
H A DmethodOop.cpp1012 methodHandle methodOopDesc::clone_with_new_data(methodHandle m, u_char* new_code, int new_code_length, argument
1072 memcpy(newm->code_base(), new_code, new_code_length);

Completed in 448 milliseconds