Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc3443 static int32_t GetExceptionTlsOffset() { in GetExceptionTlsOffset() function
3453 __ Stored(Zero, TR, GetExceptionTlsOffset()); in VisitClearException()
4449 __ Loadwu(out, TR, GetExceptionTlsOffset()); in VisitLoadException()
Dcode_generator_arm_vixl.cc8034 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()