Searched refs:GetExceptionTlsOffset (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 3238 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function 3250 __ LoadFromOffset(kLoadUnsignedWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException() 3258 __ StoreToOffset(kStoreWord, ZERO, TR, GetExceptionTlsOffset()); in VisitClearException()
|
D | code_generator_mips.cc | 4019 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function 4031 __ LoadFromOffset(kLoadWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException() 4039 __ StoreToOffset(kStoreWord, ZERO, TR, GetExceptionTlsOffset()); in VisitClearException()
|
D | code_generator_arm.cc | 5297 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function 5309 __ LoadFromOffset(kLoadWord, out, TR, GetExceptionTlsOffset()); in VisitLoadException() 5318 __ StoreToOffset(kStoreWord, IP, TR, GetExceptionTlsOffset()); in VisitClearException()
|