Home
last modified time | relevance | path

Searched refs:GetStackState (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dthrowable.h60 Object* GetStackState() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetStackState() function
Dthrowable.cc80 Object* stack_state = GetStackState(); in Dump()