Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_method.h79 jvmtiLineNumberEntry** table_ptr);
87 jvmtiLocalVariableEntry** table_ptr);
H A Dti_method.cc203 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
213 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLocalVariableTable()
284 return release(entry_count_ptr, table_ptr); in GetLocalVariableTable()
460 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
478 if (entry_count_ptr == nullptr || table_ptr == nullptr) { in GetLineNumberTable()
502 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data); in GetLineNumberTable()
503 memcpy(*table_ptr, context.data(), mem_size); in GetLineNumberTable()
H A DOpenjdkJvmTi.cc887 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() argument
890 return MethodUtil::GetLineNumberTable(env, method, entry_count_ptr, table_ptr); in GetLineNumberTable()
904 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() argument
907 return MethodUtil::GetLocalVariableTable(env, method, entry_count_ptr, table_ptr); in GetLocalVariableTable()
/aosp12/art/openjdkjvmti/include/
H A 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()
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h2624 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o));
2625 bool ok = table_ptr->GetOptionalFieldOffset(field) != 0;