Home
last modified time | relevance | path

Searched defs:table_size (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_method.cc217 jlong table_size = sizeof(jvmtiLocalVariableEntry) * variables.size(); in GetLocalVariableTable() local
/art/runtime/verifier/
Dmethod_verifier.cc1357 uint32_t table_size = 4 + (value_width * value_count + 1) / 2; in CheckArrayData() local
1486 uint32_t table_size = targets_offset + switch_count * 2; in CheckSwitchTargets() local
/art/runtime/jit/
Djit_code_cache.cc1361 size_t table_size = ComputeRootTableSize(number_of_roots); in ReserveData() local
/art/dex2oat/linker/
Doat_writer.cc3803 size_t table_size = TypeLookupTable::RawDataLength(oat_dex_file->class_offsets_.size()); in WriteTypeLookupTables() local
/art/oatdump/
Doatdump.cc914 uint32_t table_size = TypeLookupTable::RawDataLength(dex_file->NumClassDefs()); in DumpOatDexFile() local