Searched defs:update_map_with_saved_link (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp426 // frame::update_map_with_saved_link
427 void frame::update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr) { function in class:frame
461 update_map_with_saved_link(map, (intptr_t**) addr_at(link_offset));
498 update_map_with_saved_link(map, saved_fp_addr);

Completed in 31 milliseconds