Searched refs:ExceptionOffset (Results 1 – 23 of 23) sorted by relevance
/art/runtime/arch/mips/ |
D | thread_mips.cc | 27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
|
/art/runtime/arch/mips64/ |
D | thread_mips64.cc | 27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<8>().Int32Value()); in InitCpu()
|
/art/runtime/arch/arm64/ |
D | thread_arm64.cc | 27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<8>().Int32Value()); in InitCpu()
|
/art/runtime/arch/arm/ |
D | thread_arm.cc | 27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 134 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 126 Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException() 127 Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/runtime/ |
D | asm_support.h | 99 art::Thread::ExceptionOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
|
D | thread.h | 586 static ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
|
D | thread.cc | 2024 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 215 int ex_offset = cu_->target64 ? Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException() 216 Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 267 int ex_offset = Thread::ExceptionOffset<8>().Int32Value(); in GenMoveException()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 339 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 845 TR, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 2168 fs()->cmpl(Address::Absolute(Thread::ExceptionOffset<4>()), Immediate(0)); in ExceptionPoll() 2181 __ fs()->movl(EAX, Address::Absolute(Thread::ExceptionOffset<4>())); in Emit()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 614 LoadFromOffset(scratch.AsXRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 962 S1, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 2865 gs()->cmpl(Address::Absolute(Thread::ExceptionOffset<8>(), true), Immediate(0)); in ExceptionPoll() 2878 __ gs()->movq(CpuRegister(RDI), Address::Absolute(Thread::ExceptionOffset<8>(), true)); in Emit()
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2520 …__ LoadFromOffset(kLoadUnsignedWord, out, TR, Thread::ExceptionOffset<kMips64WordSize>().Int32Valu… in VisitLoadException() 2521 __ StoreToOffset(kStoreWord, ZERO, TR, Thread::ExceptionOffset<kMips64WordSize>().Int32Value()); in VisitLoadException()
|
D | code_generator_arm64.cc | 2136 MemOperand exception = MemOperand(tr, Thread::ExceptionOffset<kArm64WordSize>().Int32Value()); in VisitLoadException()
|
D | code_generator_arm.cc | 3879 int32_t offset = Thread::ExceptionOffset<kArmWordSize>().Int32Value(); in VisitLoadException()
|
D | code_generator_x86.cc | 4356 Address address = Address::Absolute(Thread::ExceptionOffset<kX86WordSize>().Int32Value()); in VisitLoadException()
|
D | code_generator_x86_64.cc | 4194 Thread::ExceptionOffset<kX86_64WordSize>().Int32Value(), true); in VisitLoadException()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 1531 S1, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()
|