Home
last modified time | relevance | path

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

/art/runtime/arch/mips64/
Dthread_mips64.cc29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k64>().Int32Value()); in InitCpu()
/art/runtime/arch/mips/
Dthread_mips.cc29 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value()); in InitCpu()
/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/runtime/
Dasm_support.h49 art::Thread::ExceptionOffset<POINTER_SIZE>().Int32Value())
Dthread.h757 static ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
Dthread.cc3139 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc523 __ fs()->cmpl(Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>()), Immediate(0)); in ExceptionPoll()
580 __ fs()->movl(EAX, Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>())); in Emit()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc589 __ gs()->cmpl(Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>(), true), in ExceptionPoll()
644 Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>(), true)); in Emit()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc624 Thread::ExceptionOffset<kArmPointerSize>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc628 Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/mips64/
Dassembler_mips64.cc4056 Thread::ExceptionOffset<kMips64PointerSize>().Int32Value()); in ExceptionPoll()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4967 return MemOperand(tr, Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in GetExceptionTlsAddress()
Dcode_generator_mips64.cc6178 return Thread::ExceptionOffset<kMips64PointerSize>().Int32Value(); in GetExceptionTlsOffset()
Dcode_generator_x86_64.cc5764 return Address::Absolute(Thread::ExceptionOffset<kX86_64PointerSize>().Int32Value(), in GetExceptionTlsAddress()
Dcode_generator_x86.cc6376 return Address::Absolute(Thread::ExceptionOffset<kX86PointerSize>().Int32Value()); in GetExceptionTlsAddress()
Dcode_generator_arm_vixl.cc7351 return Thread::ExceptionOffset<kArmPointerSize>().Int32Value(); in GetExceptionTlsOffset()
Dcode_generator_mips.cc8142 return Thread::ExceptionOffset<kMipsPointerSize>().Int32Value(); in GetExceptionTlsOffset()
/art/compiler/utils/mips/
Dassembler_mips.cc5217 S1, Thread::ExceptionOffset<kMipsPointerSize>().Int32Value()); in ExceptionPoll()