Searched refs:GetExceptionTlsOffset (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_riscv64.cc | 3443 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function 3453 __ Stored(Zero, TR, GetExceptionTlsOffset()); in VisitClearException() 4449 __ Loadwu(out, TR, GetExceptionTlsOffset()); in VisitLoadException()
|
D | code_generator_arm_vixl.cc | 8034 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function 8046 GetAssembler()->LoadFromOffset(kLoadWord, out, tr, GetExceptionTlsOffset()); in VisitLoadException() 8058 GetAssembler()->StoreToOffset(kStoreWord, temp, tr, GetExceptionTlsOffset()); in VisitClearException()
|