Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h107 inline void DCheckStaticState(Thread* self, T* entity) REQUIRES_SHARED(Locks::mutator_lock_) { in DCheckStaticState() function
125 DCheckStaticState(self, field); in DoFieldGetCommon()
185 DCheckStaticState(self, field); in DoFieldPutCommon()
/art/runtime/interpreter/
Dinterpreter.cc335 DCheckStaticState(self, method); in Execute()