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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp476 assert(!is_reloc_index((intptr_t)runtime_address), "must not look like an index");
482 assert(is_reloc_index(p->index()), "there must not be too many stubs");
503 if (is_reloc_index(index)) {
631 if (is_reloc_index(index)) {
639 assert(!is_reloc_index(t1) && (address) t1 == _target, "not symmetric");
653 if (is_reloc_index(t)) {
H A DrelocInfo.hpp706 static bool is_reloc_index(intptr_t index) { function in class:VALUE_OBJ_CLASS_SPEC
1137 return target != NULL && !is_reloc_index((intptr_t)target);

Completed in 38 milliseconds