summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/portable/portable_entrypoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/entrypoints/portable/portable_entrypoints.h')
-rw-r--r--runtime/entrypoints/portable/portable_entrypoints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/portable/portable_entrypoints.h b/runtime/entrypoints/portable/portable_entrypoints.h
index d4564471ac..dbea70735f 100644
--- a/runtime/entrypoints/portable/portable_entrypoints.h
+++ b/runtime/entrypoints/portable/portable_entrypoints.h
@@ -35,6 +35,7 @@ class Thread;
// compiler ABI.
struct PACKED(4) PortableEntryPoints {
// Invocation
+ void (*pPortableImtConflictTrampoline)(mirror::ArtMethod*);
void (*pPortableResolutionTrampoline)(mirror::ArtMethod*);
void (*pPortableToInterpreterBridge)(mirror::ArtMethod*);
};