Searched refs:trap_method (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | deoptimization.cpp | 1265 methodHandle trap_method = trap_scope->method(); local 1267 Bytecodes::Code trap_bc = trap_method->java_code_at(trap_bci); 1276 (THREAD, get_method_data(thread, trap_method, create_if_missing)); 1281 trap_method->name_and_sig_as_C_string(), trap_bci); 1297 constantPoolHandle constants (THREAD, trap_method->constants()); 1361 constantPoolHandle constants(THREAD, trap_method->constants()); 1469 assert(trap_mdo() == get_method_data(thread, trap_method, false), "sanity"); 1560 if (trap_method() == nm->method()) { 1563 trap_method->set_not_compilable(CompLevel_full_optimization, true, "overflow_recompile_count > PerBytecodeRecompilationCutoff");
|
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | interpreterRuntime.cpp | 258 methodHandle trap_method(thread, method(thread)); 260 if (trap_method.not_null()) { 261 methodDataHandle trap_mdo(thread, trap_method->method_data()); 263 methodOopDesc::build_interpreter_method_data(trap_method, THREAD); 268 trap_mdo = methodDataHandle(thread, trap_method->method_data()); 274 int trap_bci = trap_method->bci_from(bcp(thread));
|
Completed in 46 milliseconds