Searched refs:localvariable_type_table_start (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp471 const unsafe_u2** const localvariable_type_table_start,
H A DclassFileParser.cpp2145 const unsafe_u2** const localvariable_type_table_start,
2180 cf_lvtt = (Classfile_LVT_Element *) localvariable_type_table_start[tbl_no];
2355 const unsafe_u2** localvariable_type_table_start = NULL; // (potentially unaligned) pointer to LVTT attributes local
2499 localvariable_type_table_start = NEW_RESOURCE_ARRAY_IN_THREAD(
2528 localvariable_type_table_start = NEW_RESOURCE_ARRAY_IN_THREAD(
2536 localvariable_type_table_start = REALLOC_RESOURCE_ARRAY(const unsafe_u2*, localvariable_type_table_start, lvtt_cnt, max_lvtt_cnt);
2538 localvariable_type_table_start[lvtt_cnt] =
2841 localvariable_type_table_start,
2139 copy_localvariable_table(const ConstMethod* cm, int lvt_cnt, u2* const localvariable_table_length, const unsafe_u2** const localvariable_table_start, int lvtt_cnt, u2* const localvariable_type_table_length, const unsafe_u2** const localvariable_type_table_start, TRAPS) argument

Completed in 178 milliseconds