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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1378 address the_pc = __ pc(); local
1380 __ set_last_Java_frame(rsp, noreg, the_pc);
2217 intptr_t the_pc = (intptr_t) __ pc(); local
2218 oop_maps->add_gc_map(the_pc - start, map);
2220 __ set_last_Java_frame(rsp, noreg, (address)the_pc);
3565 // Save "the_pc" since it cannot easily be retrieved using the last_java_SP after we aligned SP.
3567 address the_pc = __ pc(); local
3568 __ set_last_Java_frame(noreg, rbp, the_pc);
3579 oop_maps->add_gc_map(the_pc - start,
3744 // Save "the_pc" sinc
3746 address the_pc = __ pc(); local
4027 address the_pc = __ pc(); local
[all...]
H A DsharedRuntime_x86_32.cpp1329 address the_pc = __ pc(); local
1331 __ set_last_Java_frame(thread, rsp, noreg, the_pc);
1961 intptr_t the_pc = (intptr_t) __ pc(); local
1962 oop_maps->add_gc_map(the_pc - start, map);
1964 __ set_last_Java_frame(thread, rsp, noreg, (address)the_pc);
H A Dc1_Runtime1_x86.cpp72 address the_pc = pc(); local
74 set_last_Java_frame(thread, noreg, rbp, the_pc);
H A DstubGenerator_x86_64.cpp3675 address the_pc = __ pc(); local
3676 __ set_last_Java_frame(rsp, rbp, the_pc);
3694 oop_maps->add_gc_map(the_pc - start, map);

Completed in 71 milliseconds