Searched refs:ExceptionOffset (Results 1 – 18 of 18) 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/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_64/ |
D | thread_x86_64.cc | 66 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<8>().Int32Value()); in InitCpu()
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 177 Thread::ExceptionOffset<8>().Int32Value() : in GenMoveException() 178 Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 134 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<4>().Int32Value()); in InitCpu()
|
/art/compiler/llvm/ |
D | runtime_support_builder.cc | 147 Value* exception = EmitLoadFromThreadOffset(Thread::ExceptionOffset().Int32Value(), in EmitIsExceptionPending()
|
/art/runtime/arch/ |
D | arch_test.cc | 383 ThreadOffset<POINTER_SIZE> exc_offset = Thread::ExceptionOffset<POINTER_SIZE>(); in TEST_F()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 262 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 280 int ex_offset = Thread::ExceptionOffset<8>().Int32Value(); in GenMoveException()
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 314 int ex_offset = Thread::ExceptionOffset<4>().Int32Value(); in GenMoveException()
|
/art/runtime/ |
D | thread.h | 555 static ThreadOffset<pointer_size> ExceptionOffset() { in ExceptionOffset() function
|
D | thread.cc | 1822 DO_THREAD_OFFSET(ExceptionOffset<ptr_size>(), "exception") in DumpThreadOffset()
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1838 fs()->cmpl(Address::Absolute(Thread::ExceptionOffset<4>()), Immediate(0)); in ExceptionPoll() 1851 __ fs()->movl(EAX, Address::Absolute(Thread::ExceptionOffset<4>())); in Emit()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 817 TR, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 608 LoadFromOffset(scratch.AsCoreRegister(), ETR, Thread::ExceptionOffset<8>().Int32Value()); in ExceptionPoll()
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 2210 gs()->cmpl(Address::Absolute(Thread::ExceptionOffset<8>(), true), Immediate(0)); in ExceptionPoll() 2223 __ gs()->movq(CpuRegister(RDI), Address::Absolute(Thread::ExceptionOffset<8>(), true)); in Emit()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 946 S1, Thread::ExceptionOffset<4>().Int32Value()); in ExceptionPoll()
|