Searched refs:has_cp_patch_at (Results 1 - 2 of 2) 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), "");
H A DclassFileParser.cpp257 if (EnableInvokeDynamic && has_cp_patch_at(index)) {
528 if (has_cp_patch_at(index)) {
537 guarantee_property(!has_cp_patch_at(index),
727 guarantee_property(!has_cp_patch_at(index),

Completed in 64 milliseconds