Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc3238 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function
3250 __ LoadFromOffset(kLoadUnsignedWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException()
3258 __ StoreToOffset(kStoreWord, ZERO, TR, GetExceptionTlsOffset()); in VisitClearException()
Dcode_generator_mips.cc4019 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function
4031 __ LoadFromOffset(kLoadWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException()
4039 __ StoreToOffset(kStoreWord, ZERO, TR, GetExceptionTlsOffset()); in VisitClearException()
Dcode_generator_arm.cc5297 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function
5309 __ LoadFromOffset(kLoadWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException()
5318 __ StoreToOffset(kStoreWord, IP, TR, GetExceptionTlsOffset()); in VisitClearException()