HomeSort by relevance Sort by last modified time
    Searched refs:table_ptr (Results 1 - 16 of 16) sorted by null

  /art/openjdkjvmti/
ti_method.h 79 jvmtiLineNumberEntry** table_ptr);
87 jvmtiLocalVariableEntry** table_ptr);
ti_method.cc 180 jvmtiLocalVariableEntry** table_ptr) {
190 if (entry_count_ptr == nullptr || table_ptr == nullptr) {
277 return context.Release(entry_count_ptr, table_ptr);
462 jvmtiLineNumberEntry** table_ptr) {
480 if (entry_count_ptr == nullptr || table_ptr == nullptr) {
502 *table_ptr = reinterpret_cast<jvmtiLineNumberEntry*>(data);
503 memcpy(*table_ptr, context.data(), mem_size);
    [all...]
OpenjdkJvmTi.cc     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
peicode.h 103 unsigned int * table_ptr; member in struct:__anon4091
581 * vars->table_ptr = vars->sym_index;
588 vars->table_ptr ++;
826 vars.table_ptr = (unsigned int *) ptr;
    [all...]
coffcode.h 4739 unsigned int *table_ptr; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
write.c 1947 char *table_ptr; local
    [all...]
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.c 4686 struct nds32_relax_hint_table *table_ptr; local
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 956 auto table_ptr = buf_.data_at(table.o); local
957 auto vtable_ptr = table_ptr - ReadScalar<soffset_t>(table_ptr);
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 961 auto table_ptr = buf_.data_at(table.o);
962 auto vtable_ptr = table_ptr - ReadScalar<soffset_t>(table_ptr);
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]

Completed in 651 milliseconds