diff options
Diffstat (limited to 'runtime/entrypoints/quick/quick_entrypoints.h')
-rw-r--r-- | runtime/entrypoints/quick/quick_entrypoints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/quick/quick_entrypoints.h b/runtime/entrypoints/quick/quick_entrypoints.h index bbbc8f24e0..011e92693e 100644 --- a/runtime/entrypoints/quick/quick_entrypoints.h +++ b/runtime/entrypoints/quick/quick_entrypoints.h @@ -40,6 +40,7 @@ class Thread; struct PACKED(4) QuickEntryPoints { // Alloc void* (*pAllocArray)(uint32_t, void*, int32_t); + void* (*pAllocArrayResolved)(void*, void*, int32_t); void* (*pAllocArrayWithAccessCheck)(uint32_t, void*, int32_t); void* (*pAllocObject)(uint32_t, void*); void* (*pAllocObjectResolved)(void*, void*); |