Home
last modified time | relevance | path

Searched refs:stack_state_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dthrowable.h63 return GetFieldObjectVolatile<Object>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_state_)); in GetStackState()
72 HeapReference<Object> stack_state_; // Note this is Java volatile: variable
Dthrowable.cc59 SetFieldObjectVolatile<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_state_), state); in SetStackState()
61 SetFieldObjectVolatile<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, stack_state_), state); in SetStackState()
/art/runtime/
Dclass_linker_test.cc535 addOffset(OFFSETOF_MEMBER(mirror::Throwable, stack_state_), "stackState"); in ThrowableOffsets()