Searched defs:CONST (Results 1 – 4 of 4) sorted by relevance
20 public static final String CONST = "Class InternedString"; field in InternedString
40 CONST, enumConstant
340 addOpcodeInfo(Opcode.CONST, "const", 0x14, new Format31i()); in addOpcodeInfo()
652 ALWAYS_INLINE void CONST() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST() function