Home
last modified time | relevance | path

Searched refs:table_ptr (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1377 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()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h2362 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));
2363 bool ok = table_ptr->GetOptionalFieldOffset(field) != 0;
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3422 ClassHeapStats** table_ptr = class_table->TableAddressFor(cid); in LoadAllocationStatsAddress() local
3424 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()
3426 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()