Searched refs:runtime_address_to_index (Results 1 - 2 of 2) 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));
H A DrelocInfo.hpp806 static int32_t runtime_address_to_index(address runtime_address);
1152 // The function runtime_address_to_index is used to turn full addresses

Completed in 36 milliseconds