Home
last modified time | relevance | path

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

/art/runtime/arch/mips/
Dthread_mips.cc27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
/art/runtime/arch/mips64/
Dthread_mips64.cc27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<8>().Int32Value()); in InitCpu()
/art/runtime/arch/arm64/
Dthread_arm64.cc27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<8>().Int32Value()); in InitCpu()
/art/runtime/arch/arm/
Dthread_arm.cc27 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
/art/runtime/arch/x86/
Dthread_x86.cc134 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
/art/compiler/dex/quick/x86/
Dcall_x86.cc126 Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException()
127 Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
/art/runtime/
Dasm_support.h99 art::Thread::ExceptionOffset<__SIZEOF_POINTER__>().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
Dthread.h586 static ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
Dthread.cc2024 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
/art/compiler/dex/quick/mips/
Dcall_mips.cc215 int ex_offset = cu_->target64 ? Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException()
216 Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc267 int ex_offset = Thread::ExceptionOffset<8>().Int32Value(); in GenMoveException()
/art/compiler/dex/quick/arm/
Dcall_arm.cc339 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
/art/compiler/utils/arm/
Dassembler_arm.cc845 TR, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/x86/
Dassembler_x86.cc2168 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/
Dassembler_arm64.cc614 LoadFromOffset(scratch.AsXRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/mips/
Dassembler_mips.cc962 S1, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2865 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/
Dcode_generator_mips64.cc2520 …__ LoadFromOffset(kLoadUnsignedWord, out, TR, Thread::ExceptionOffset<kMips64WordSize>().Int32Valu… in VisitLoadException()
2521 __ StoreToOffset(kStoreWord, ZERO, TR, Thread::ExceptionOffset<kMips64WordSize>().Int32Value()); in VisitLoadException()
Dcode_generator_arm64.cc2136 MemOperand exception = MemOperand(tr, Thread::ExceptionOffset<kArm64WordSize>().Int32Value()); in VisitLoadException()
Dcode_generator_arm.cc3879 int32_t offset = Thread::ExceptionOffset<kArmWordSize>().Int32Value(); in VisitLoadException()
Dcode_generator_x86.cc4356 Address address = Address::Absolute(Thread::ExceptionOffset<kX86WordSize>().Int32Value()); in VisitLoadException()
Dcode_generator_x86_64.cc4194 Thread::ExceptionOffset<kX86_64WordSize>().Int32Value(), true); in VisitLoadException()
/art/compiler/utils/mips64/
Dassembler_mips64.cc1531 S1, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()