Searched refs:current_table (Results 1 – 3 of 3) sorted by relevance
72 const JNINativeInterface* current_table; in GetJNIFunctionTable() local75 current_table = art::JNIEnvExt::GetFunctionTable(check_jni); in GetJNIFunctionTable()84 memcpy(data, current_table, sizeof(JNINativeInterface)); in GetJNIFunctionTable()
3066 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpImtStats() local3067 histogram[current_table->NumEntries(pointer_size)]++; in DumpImtStats()3219 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForClass() local3220 PrintTable(current_table, pointer_size); in DumpIMTForClass()3278 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForMethod() local3279 if (current_table == nullptr) { in DumpIMTForMethod()3285 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()3296 << current_table->NumEntries(pointer_size) in DumpIMTForMethod()3299 PrintTable(current_table, pointer_size); in DumpIMTForMethod()
2693 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2694 DCHECK(current_table != nullptr); in artInvokeInterfaceTrampoline()2695 method = current_table->Lookup(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()