Searched refs:TopShadowFrameOffset (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/llvm/
H A Druntime_support_builder.cc88 Value* old_shadow_frame = EmitLoadFromThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
91 EmitStoreToThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
133 EmitStoreToThreadOffset(Thread::TopShadowFrameOffset().Int32Value(),
/art/runtime/
H A Dstack.h479 static size_t TopShadowFrameOffset() { function
H A Dthread.cc1793 DO_THREAD_OFFSET(TopShadowFrameOffset<ptr_size>(), "top_shadow_frame")
H A Dthread.h659 static ThreadOffset<pointer_size> TopShadowFrameOffset() { function in class:art::Thread
662 ManagedStack::TopShadowFrameOffset());

Completed in 50 milliseconds