Home
last modified time | relevance | path

Searched refs:entry_point_from_quick_compiled_code (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dart_method.h300 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) { in SetEntryPointFromQuickCompiledCode() argument
301 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, in SetEntryPointFromQuickCompiledCode()
305 const void* entry_point_from_quick_compiled_code, size_t pointer_size) { in SetEntryPointFromQuickCompiledCodePtrSize() argument
307 entry_point_from_quick_compiled_code, pointer_size); in SetEntryPointFromQuickCompiledCodePtrSize()