Searched refs:index_to_runtime_address (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp500 address Relocation::index_to_runtime_address(int32_t index) { function in class:Relocation
512 fatal("Relocation::index_to_runtime_address, int32_t not pointer sized");
648 _target = index_to_runtime_address(unpack_1_int());
654 _target = index_to_runtime_address(t);
762 : index_to_runtime_address (target_bits);
H A DrelocInfo.hpp807 static address index_to_runtime_address(int32_t index);

Completed in 38 milliseconds