Searched refs:name_for_address (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp172 static const char* name_for_address(address entry);
H A Dc1_LIR.cpp441 assert(strcmp(Runtime1::name_for_address(addr()), "<unknown function>") != 0, "unknown function");
1839 out->print(Runtime1::name_for_address(addr()));
H A Dc1_Runtime1.cpp264 const char* Runtime1::name_for_address(address entry) { function in class:Runtime1

Completed in 39 milliseconds