Searched refs:current_table (Results 1 – 4 of 4) 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()
2732 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpImtStats() local2733 histogram[current_table->NumEntries(pointer_size)]++; in DumpImtStats()2885 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForClass() local2886 PrintTable(current_table, pointer_size); in DumpIMTForClass()2944 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForMethod() local2945 if (current_table == nullptr) { in DumpIMTForMethod()2951 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()2962 << current_table->NumEntries(pointer_size) in DumpIMTForMethod()2965 PrintTable(current_table, pointer_size); in DumpIMTForMethod()
2360 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2361 DCHECK(current_table != nullptr); in artInvokeInterfaceTrampoline()2362 ArtMethod* method = current_table->Lookup(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
6874 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in AddMethodToConflictTable() local6886 Thread::Current(), ImtConflictTable::ComputeSizeWithOneMoreEntry(current_table, in AddMethodToConflictTable()6892 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable()