Searched refs:code_length (Results 1 – 5 of 5) sorted by relevance
159 uint32 code_length = JCF_readu4 (jcf); variable161 if (code_length + 12 > attribute_length)163 HANDLE_CODE_ATTRIBUTE(max_stack, max_locals, code_length);164 JCF_SKIP (jcf, code_length);166 if (code_length + 8 * exception_table_length + 12 > attribute_length)
245 int code_length; member470 int code_length = BUFFER_LENGTH (&state->bytecode); local471 int pc = state->code_length;472 append_chunk_copy (state->bytecode.data, code_length, state);488 state->code_length = pc;498 label->pc = state->code_length;1843 switch_length = state->code_length - switch_instruction->pc;2851 state->code_length = pc;2877 state->code_length = 0;3076 i = 8 + state->code_length + 4 + 8 * state->num_handlers;[all …]
761 #define DECL_CODE_LENGTH(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.code_length)969 int code_length; member
287 int code_length; member1271 new->code_length = 1;1281 if (entry->code_end == entry->code_length)1283 entry->code_length += 2;1286 entry->code_length * sizeof (word_type));
286 int code_length; member1309 new->code_length = 1;1319 if (entry->code_end == entry->code_length)1321 entry->code_length += 2;1324 entry->code_length * sizeof (word_type));