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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp475 int32_t Relocation::runtime_address_to_index(address runtime_address) { function in class:Relocation
627 int32_t index = runtime_address_to_index(_target);
734 : runtime_address_to_index(_target) );
1036 : runtime_address_to_index(x));

Completed in 35 milliseconds