diff options
Diffstat (limited to 'runtime/entrypoints/runtime_asm_entrypoints.h')
-rw-r--r-- | runtime/entrypoints/runtime_asm_entrypoints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/entrypoints/runtime_asm_entrypoints.h b/runtime/entrypoints/runtime_asm_entrypoints.h index 3f4e91ed91..740629a400 100644 --- a/runtime/entrypoints/runtime_asm_entrypoints.h +++ b/runtime/entrypoints/runtime_asm_entrypoints.h @@ -88,6 +88,7 @@ static inline const void* GetQuickInstrumentationExitPc() { } extern "C" void* art_quick_string_builder_append(uint32_t format); +extern "C" void art_quick_compile_optimized(ArtMethod*, Thread*); } // namespace art |