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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp133 assert(is_data(), "must be a DataRelocation");
158 assert(is_data(), "must be a DataRelocation");
H A Dassembler_x86.cpp848 } else if (r->is_data()) {
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp831 virtual bool is_data() { return false; } function in class:VALUE_OBJ_CLASS_SPEC
876 bool is_data() { return true; } function in class:DataRelocation
1238 bool is_data() { return true; } function in class:poll_Relocation
1244 bool is_data() { return true; } function in class:poll_return_Relocation

Completed in 84 milliseconds