Searched refs:table_ptr (Results 1 – 3 of 3) sorted by relevance
1377 jvmtiLineNumberEntry** table_ptr);1389 jvmtiLocalVariableEntry** table_ptr);2308 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable()2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr); in GetLineNumberTable()2320 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable()2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr); in GetLocalVariableTable()
2362 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));2363 bool ok = table_ptr->GetOptionalFieldOffset(field) != 0;
3422 ClassHeapStats** table_ptr = class_table->TableAddressFor(cid); in LoadAllocationStatsAddress() local3424 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()3426 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()