Searched defs:has_cp_patch_at (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp309 bool has_cp_patch_at(int index) { function in class:VALUE_OBJ_CLASS_SPEC
317 assert(has_cp_patch_at(index), "oob");
323 assert(!has_cp_patch_at(index), "");

Completed in 30 milliseconds