Home
last modified time | relevance | path

Searched refs:ExceptionOffset (Results 1 – 14 of 14) sorted by relevance

/art/runtime/arch/arm64/
Dthread_arm64.cc29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k64>().Int32Value()); in InitCpu()
/art/runtime/arch/arm/
Dthread_arm.cc29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value()); in InitCpu()
/art/runtime/arch/x86/
Dthread_x86.cc148 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value()); in InitCpu()
/art/tools/cpp-define-generator/
Dthread.def31 art::Thread::ExceptionOffset<art::kRuntimePointerSize>().Int32Value())
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc549 __ 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/
Djni_macro_assembler_x86_64.cc613 __ 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/
Djni_macro_assembler_arm_vixl.cc642 Thread::ExceptionOffset<kArmPointerSize>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc645 Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in ExceptionPoll()
/art/runtime/
Dthread.h778 static constexpr ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
Dthread.cc3355 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4930 return MemOperand(tr, Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in GetExceptionTlsAddress()
Dcode_generator_x86_64.cc6269 return Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>().Int32Value(), in GetExceptionTlsAddress()
Dcode_generator_x86.cc6981 return Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>().Int32Value()); in GetExceptionTlsAddress()
Dcode_generator_arm_vixl.cc7491 return Thread::ExceptionOffset<kArmPointerSize>().Int32Value(); in GetExceptionTlsOffset()