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()
2818 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpImtStats() local2819 histogram[current_table->NumEntries(pointer_size)]++; in DumpImtStats()2971 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForClass() local2972 PrintTable(current_table, pointer_size); in DumpIMTForClass()3030 ImtConflictTable* current_table = ptr->GetImtConflictTable(pointer_size); in DumpIMTForMethod() local3031 if (current_table == nullptr) { in DumpIMTForMethod()3037 ArtMethod* ptr2 = current_table->GetInterfaceMethod(table_index, pointer_size); in DumpIMTForMethod()3048 << current_table->NumEntries(pointer_size) in DumpIMTForMethod()3051 PrintTable(current_table, pointer_size); in DumpIMTForMethod()
2283 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in artInvokeInterfaceTrampoline() local2284 DCHECK(current_table != nullptr); in artInvokeInterfaceTrampoline()2285 ArtMethod* method = current_table->Lookup(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
6653 ImtConflictTable* current_table = conflict_method->GetImtConflictTable(kRuntimePointerSize); in AddMethodToConflictTable() local6678 ImtConflictTable::ComputeSizeWithOneMoreEntry(current_table, image_pointer_size_), in AddMethodToConflictTable()6684 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, in AddMethodToConflictTable()