Home
last modified time | relevance | path

Searched refs:BCODE_VERIFIED (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h879 #define LABEL_VERIFIED(NODE) (instruction_bits[LABEL_PC(NODE)]&BCODE_VERIFIED)
1411 #define BCODE_VERIFIED 8 macro
H A Dverify.c596 instruction_bits[PC] |= BCODE_VERIFIED;
H A Dexpr.c601 if (instruction_bits [return_pc] & BCODE_VERIFIED)
2887 if (! (instruction_bits [PC] & BCODE_VERIFIED))
H A DChangeLog14435 LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED): New macros.