| 680 | } |
| 681 | |
| 682 | void Arm64JITCore::EmitDetectionString() { |
| 683 | const char JITString[] = "FEXJIT::Arm64JITCore::"; |
| 684 | EmitString(JITString); |
| 685 | Align(); |
| 686 | } |
| 687 | |
| 688 | void Arm64JITCore::ClearCache() { |
| 689 | // NOTE: Holding on to the reference here is required to ensure validity of the WriteLock mutex |
nothing calls this directly
no outgoing calls
no test coverage detected