Searched refs:ExceptionOffset (Results 1 – 14 of 14) sorted by relevance
/art/runtime/arch/arm64/ |
D | thread_arm64.cc | 29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k64>().Int32Value()); in InitCpu()
|
/art/runtime/arch/arm/ |
D | thread_arm.cc | 29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value()); in InitCpu()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 148 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value()); in InitCpu()
|
/art/tools/cpp-define-generator/ |
D | thread.def | 31 art::Thread::ExceptionOffset<art::kRuntimePointerSize>().Int32Value())
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 549 __ fs()->cmpl(Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>()), Immediate(0)); in ExceptionPoll() 606 __ fs()->movl(EAX, Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>())); in Emit()
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 613 __ gs()->cmpl(Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>(), true), in ExceptionPoll() 668 Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>(), true)); in Emit()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 642 Thread::ExceptionOffset<kArmPointerSize>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 645 Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in ExceptionPoll()
|
/art/runtime/ |
D | thread.h | 778 static constexpr ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
|
D | thread.cc | 3355 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 4930 return MemOperand(tr, Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in GetExceptionTlsAddress()
|
D | code_generator_x86_64.cc | 6269 return Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>().Int32Value(), in GetExceptionTlsAddress()
|
D | code_generator_x86.cc | 6981 return Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>().Int32Value()); in GetExceptionTlsAddress()
|
D | code_generator_arm_vixl.cc | 7491 return Thread::ExceptionOffset<kArmPointerSize>().Int32Value(); in GetExceptionTlsOffset()
|