| 485 | } |
| 486 | |
| 487 | void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code) { |
| 488 | SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code, |
| 489 | sizeof(void*)); |
| 490 | } |
| 491 | ALWAYS_INLINE void SetEntryPointFromQuickCompiledCodePtrSize( |
| 492 | const void* entry_point_from_quick_compiled_code, size_t pointer_size) { |
| 493 | SetNativePointer(EntryPointFromQuickCompiledCodeOffset(pointer_size), |
nothing calls this directly
no test coverage detected